Merge branch 'ent-12674-selectores-sin-accion-en-custom-graphs' into 'develop'
Ent 12674 selectores sin accion en custom graphs See merge request artica/pandorafms!6798
This commit is contained in:
commit
23c63e2c3f
|
@ -349,7 +349,7 @@ function added_ids_sorted_items_to_hidden_input() {
|
|||
var ids = '';
|
||||
var first = true;
|
||||
|
||||
$("input.selected_check:checked").each(function(i, val) {
|
||||
$("input.custom_checkbox_input:checked").each(function(i, val) {
|
||||
if (!first)
|
||||
ids = ids + '|';
|
||||
first = false;
|
||||
|
|
Loading…
Reference in New Issue