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:
Rafael Ameijeiras 2024-01-19 08:21:43 +00:00
commit 23c63e2c3f
1 changed files with 1 additions and 1 deletions

View File

@ -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;