View gist:00bedd891c631af209f3475d0cda9531
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//{block name="backend/order/view/detail/overview"} | |
// {$smarty.block.parent} | |
Ext.define('Shopware.apps.RahExtendOrder.view.detail.Overview', { | |
override: 'Shopware.apps.Order.view.detail.Overview', | |
/** | |
* Creates the XTemplate for an address information panel, including department and salutation. | |
* | |
* @return [Ext.XTemplate] generated Ext.XTemplate | |
*/ | |
createAddressTemplate: function () { |
View cloudSettings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2019-04-02T16:16:06.011Z","extensionVersion":"v3.2.7"} |
View gist:67a348b79d5cd4119c24b5902ba56f53
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
########################################################################## | |
# script to check if the jwilder proxy container is already running | |
# and if the ngnix-proxy network exists | |
# run before "docker-compose up -d" if you use nginx-proxy for several projects | |
# see https://github.com/docker/compose/issues/2075 | |
########################################################################## | |
if [ ! "$(docker network ls | grep nginx-proxy)" ]; then |