1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Miglioramento gestione identificatori

This commit is contained in:
Thomas Zilio
2018-09-19 10:44:32 +02:00
parent 0480497128
commit 4bd004a421
30 changed files with 119 additions and 140 deletions

View File

@@ -134,8 +134,6 @@ switch (post('op')) {
break;
case 'sortwidget':
$id_module = post('id_module');
$id_record = post('id_record');
$location = post('location');
$location = empty($id_record) ? 'controller_'.$location : 'editor_'.$location;
@@ -155,8 +153,6 @@ switch (post('op')) {
break;
case 'updatewidget':
$id_module = post('id_module');
$id_record = post('id_record');
$location = post('location');
$class = post('class');
$id = explode('_', post('id'));