WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ed52672

Browse files
committed
Used correct method to get action view name
1 parent 51c8212 commit ed52672

File tree

1 file changed

+1
-1
lines changed
  • src/collective/iconifiedcategory/browser

1 file changed

+1
-1
lines changed

src/collective/iconifiedcategory/browser/tabview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def get_url(self, content):
278278
return '#'
279279
return '{url}/@@{action}'.format(
280280
url=content.getURL(),
281-
action=self.get_action_view(content),
281+
action=self.get_action_view_name(content),
282282
)
283283

284284
def get_action_view(self, content):

0 commit comments

Comments
 (0)