|
Lines 2517-2523
Link Here
|
| 2517 |
g_id = ''; |
2517 |
g_id = ''; |
| 2518 |
} |
2518 |
} |
| 2519 |
|
2519 |
|
| 2520 |
if (g_id && g_id.length > 0) { |
2520 |
if (g_id !== null && g_id !== undefined && g_id.toString().length > 0) { |
| 2521 |
col4.search(g_id, {exact:true}).visible(false); |
2521 |
col4.search(g_id, {exact:true}).visible(false); |
| 2522 |
if( group_subgroups[g_id] && group_subgroups[g_id].length > 0 ){ |
2522 |
if( group_subgroups[g_id] && group_subgroups[g_id].length > 0 ){ |
| 2523 |
for(var i in group_subgroups[g_id]) { |
2523 |
for(var i in group_subgroups[g_id]) { |
| 2524 |
- |
|
|