When an item is updated, it is redirected to the item lists
This commit is contained in:
parent
0a6c5352e6
commit
e363b17476
|
@ -3174,6 +3174,10 @@ if ($resultOperationDB !== null) {
|
|||
__('Successfull action'),
|
||||
__('Unsuccessful action<br><br>'.$err)
|
||||
);
|
||||
|
||||
if ($resultOperationDB != null && $activeTab == 'item_editor') {
|
||||
$activeTab = 'list_items';
|
||||
}
|
||||
}
|
||||
|
||||
switch ($activeTab) {
|
||||
|
|
Loading…
Reference in New Issue