Revision a89dde52
Von Werner Hahn vor mehr als 7 Jahren hinzugefügt
SL/Controller/Shop.pm | ||
---|---|---|
109 | 109 |
|
110 | 110 |
my $version = $self->check_connectivity(); |
111 | 111 |
if ($version) { |
112 |
flash('error', t8('The connection to the webshop is not success. Message: #1 -- URL: #2 -- Datatype: #3', $version->{message}, $version->{data}->{version}, $version->{data}->{revision})); |
|
113 |
$self->load_types(); |
|
114 |
$self->action_edit(); |
|
115 |
return; |
|
112 |
flash_later('error', t8('The connection to the webshop is not success. Message: #1 -- URL: #2 -- Datatype: #3', $version->{message}, $version->{data}->{version}, $version->{data}->{revision})); |
|
116 | 113 |
} |
117 | 114 |
|
118 | 115 |
$self->shop->save; |
Auch abrufbar als: Unified diff
Shopmodul: Shopkonfig auch spichern, wenn keine Verbindung zum Shop
hergestellt werden kann