You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
obj=kwargs.get(obj_param) or (args[0] ifargselseNone)
but in the debugger there's no extra parameters and I don't see where it should be added. What is this obj_param meant to be? @yld-weng can you clarify?
The text was updated successfully, but these errors were encountered:
Getting this error when creating an organisation for the first time
it seems to be that the permission system by default looks for an "instance" parameter inside the the
kwargs
orargs
SORT/home/services/base.py
Line 25 in bd473bd
but in the debugger there's no extra parameters and I don't see where it should be added. What is this
obj_param
meant to be? @yld-weng can you clarify?The text was updated successfully, but these errors were encountered: