Fix permission / grid action bug for email profiles
This commit is contained in:
parent
e662af1464
commit
cc34e77a2c
|
@ -120,6 +120,7 @@ class ProfilesView(MasterView):
|
|||
g.default_sortkey = 'key'
|
||||
|
||||
# Make edit link visible by default, no "More" actions.
|
||||
if g.more_actions:
|
||||
g.main_actions.append(g.more_actions.pop())
|
||||
|
||||
def get_instance(self):
|
||||
|
|
Loading…
Reference in a new issue