Skip to content

Commit

Permalink
324 passing object reference to dialog instead of view (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Kovrigin authored and mmarcos committed Dec 13, 2018
1 parent 187e289 commit ae2c76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arctic/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def get_actions(self): # noqa: C901
view_from_url(action[1]), action[1]
)
allowed_action["modal"] = self.get_modal_link(
action[1], self
action[1], obj
)
allowed_action["type"] = "link"
allowed_action["url"] = self.in_modal(
Expand Down

0 comments on commit ae2c76a

Please sign in to comment.