Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix/324 fixes passing view to dialog instead of object being affected #325

Merged
merged 1 commit into from Dec 13, 2018

Conversation

ghost
Copy link

@ghost ghost commented Dec 4, 2018

Description

Fixes passing view to modal dialog instead of object being affected

Fixes #324

Type of change

  • Bug fix (non-breaking change which fixes an issue)

@ghost ghost requested review from mmarcos, David-Esteves, Silveron and jmijn December 4, 2018 14:31
@coveralls
Copy link

Coverage Status

Coverage remained the same at 73.531% when pulling 2931347 on bugfix/324-dialog-object-representation into 187e289 on develop.

@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what are you trying to solve here?
obj can sometimes be None, so that would be a problem.

@mmarcos mmarcos merged commit ae2c76a into develop Dec 13, 2018
@mmarcos mmarcos deleted the bugfix/324-dialog-object-representation branch February 25, 2019 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Confirmation dialog title shows gibberish instead of object name
3 participants