|
@@ -177,6 +177,7 @@ $(document).ready(function() {
|
|
const path = parent.getPath();
|
|
const path = parent.getPath();
|
|
for (const p of path) {
|
|
for (const p of path) {
|
|
p.name = p.source_node.name + (p.source_node.total_file_count > 0 ? `(${p.source_node.total_file_count})` : '');
|
|
p.name = p.source_node.name + (p.source_node.total_file_count > 0 ? `(${p.source_node.total_file_count})` : '');
|
|
|
|
+ if (p.source_node.is_fixed) p.isParent = true;
|
|
filingObj.filingTree.updateNode(p);
|
|
filingObj.filingTree.updateNode(p);
|
|
}
|
|
}
|
|
}
|
|
}
|