Skip to content
Snippets Groups Projects
Verified Commit c34d28c7 authored by Damien's avatar Damien
Browse files

FEAT #13533 TIME 0:15 No cascade for print separator

parent 283ad080
No related branches found
No related tags found
No related merge requests found
...@@ -66,9 +66,6 @@ export class PrintSeparatorComponent implements OnInit { ...@@ -66,9 +66,6 @@ export class PrintSeparatorComponent implements OnInit {
$j('#jstree') $j('#jstree')
.on('select_node.jstree', (e: any, data: any) => { .on('select_node.jstree', (e: any, data: any) => {
this.separator.entities = $j('#jstree').jstree(true).get_checked(); // to trigger disable button if no entities this.separator.entities = $j('#jstree').jstree(true).get_checked(); // to trigger disable button if no entities
if (data.event) {
data.instance.select_node(data.node.children_d);
}
}) })
.on('deselect_node.jstree', (e: any, data: any) => { .on('deselect_node.jstree', (e: any, data: any) => {
this.separator.entities = $j('#jstree').jstree(true).get_checked(); // to trigger disable button if no entities this.separator.entities = $j('#jstree').jstree(true).get_checked(); // to trigger disable button if no entities
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment