mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
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…
x
Reference in New Issue
Block a user