Skip to content

Commit

Permalink
Merge branch 'fb_headless' of https://github.com/zms-publishing/ZMS i…
Browse files Browse the repository at this point in the history
…nto fb_headless
  • Loading branch information
zmsdev committed Jul 20, 2023
2 parents c7cb7ed + 908e84b commit b9b705c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/zms/zmsobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ def display_icon(self, REQUEST=None, meta_id=None):
""" ZMSObject.display_icon """
id = standard.nvl(meta_id, self.meta_id)
name = 'fas fa-exclamation-triangle'
title = self.display_type(meta_type=id)
title = self.display_type(REQUEST, meta_id)
extra = ''
if id in self.getMetaobjIds( sort=0) + ['ZMSTrashcan']:
name = self.evalMetaobjAttr( '%s.%s'%(id, 'icon_clazz'))
Expand Down

0 comments on commit b9b705c

Please sign in to comment.