mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +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'),
|
__('Successfull action'),
|
||||||
__('Unsuccessful action<br><br>'.$err)
|
__('Unsuccessful action<br><br>'.$err)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if ($resultOperationDB != null && $activeTab == 'item_editor') {
|
||||||
|
$activeTab = 'list_items';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
switch ($activeTab) {
|
switch ($activeTab) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user