mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Error fixes
This commit is contained in:
parent
931cb86842
commit
f03e854110
@ -412,7 +412,7 @@ TreeController = {
|
||||
// Load the status counters
|
||||
var hasCounters = _processNodeCounters($content, element.counters, element.type);
|
||||
|
||||
if ((elementType == "group" || elementType == "tag")
|
||||
if ((element.type == "group" || element.type == "tag")
|
||||
&& (controller.shouldHaveCounters && !hasCounters))
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user