mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-11807-security-hardening-console-informes' into ent-11965-security-hardening-console-vistas-estaticas
This commit is contained in:
commit
ed8f766c00
@ -1065,6 +1065,7 @@ switch ($action) {
|
|||||||
case 'scoring':
|
case 'scoring':
|
||||||
$group = $item['id_group'];
|
$group = $item['id_group'];
|
||||||
$recursion = $item['recursion'];
|
$recursion = $item['recursion'];
|
||||||
|
$period = $item['period'];
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'evolution':
|
case 'evolution':
|
||||||
@ -7660,6 +7661,7 @@ function chooseType() {
|
|||||||
|
|
||||||
case 'scoring':
|
case 'scoring':
|
||||||
$("#row_group").show();
|
$("#row_group").show();
|
||||||
|
$('#row_period').show();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'evolution':
|
case 'evolution':
|
||||||
|
@ -2024,6 +2024,7 @@ switch ($action) {
|
|||||||
|
|
||||||
case 'scoring':
|
case 'scoring':
|
||||||
$values['id_group'] = get_parameter('combo_group');
|
$values['id_group'] = get_parameter('combo_group');
|
||||||
|
$values['period'] = get_parameter('period');
|
||||||
$good_format = true;
|
$good_format = true;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
@ -2944,6 +2945,7 @@ switch ($action) {
|
|||||||
|
|
||||||
case 'scoring':
|
case 'scoring':
|
||||||
$values['id_group'] = get_parameter('combo_group');
|
$values['id_group'] = get_parameter('combo_group');
|
||||||
|
$values['period'] = get_parameter('period');
|
||||||
$good_format = true;
|
$good_format = true;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user