Skip to content

Commit

Permalink
new id based context
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 29, 2017
1 parent 73b9801 commit 37b3e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appier_extras/parts/admin/part.py
Expand Up @@ -1139,7 +1139,7 @@ def link_model(self, model, link):
# dictionary to be passed to the link (generation) method, they
# are going to constrain the domain for the link execution
if view: kwargs["view"] = view
if context: kwargs["context"] = context
if context: kwargs["context"] = "_id:in:" + ";".join(context)

# defines the default result value as an invalid value,
# this will ensure an error in the redirection process
Expand Down

0 comments on commit 37b3e71

Please sign in to comment.