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
The hierarchy information (whether an action takes parent/child parameters) is now determined by the `Resource` class, not the `Action`. For backward compatibility, `Action`still has `takes_parent` and `takes_child` properties that delegate to the resource class.
89
+
The hierarchy information (whether an action takes parent/child parameters) is now derived from the `Resource` class hierarchy. `Action` has `takes_parent` and `takes_child` properties that are computed based on the `resource_class` and its `parent_class` attribute.
90
90
91
91
## permission_allowed() hook is replaced by permission_resources_sql()
0 commit comments