Revision 28f6dabe
Von Bernd Bleßmann vor etwa 10 Jahren hinzugefügt
SL/Controller/CustomVariableConfig.pm | ||
---|---|---|
96 | 96 |
flash_later('error', t8('The custom variable is in use and cannot be deleted.')); |
97 | 97 |
} |
98 | 98 |
|
99 |
$self->redirect_to(action => 'list'); |
|
99 |
$self->redirect_to(action => 'list', module => $self->module);
|
|
100 | 100 |
} |
101 | 101 |
|
102 | 102 |
sub action_reorder { |
Auch abrufbar als: Unified diff
Nach dem Löschen von einer CVar wieder die Liste des entspr. Moduls anzeigen.