Skip to content

Commit

Permalink
smartvisu plugin: revert add_item if clause
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelandy committed Nov 1, 2023
1 parent 365239f commit c053741
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions smartvisu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,7 @@ def parse_item(self, item):
item.expand_relativepathes('sv_widget2', "'", "'")
item.expand_relativepathes('sv_nav_aside', "'", "'")
item.expand_relativepathes('sv_nav_aside2', "'", "'")
if ('visu_acl' in item.conf):
self.add_item(item)
self.add_item(item)


def parse_logic(self, logic):
Expand Down

0 comments on commit c053741

Please sign in to comment.