-
Notifications
You must be signed in to change notification settings - Fork 12
ID-1270 create_with_parent Action #1441
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
Conversation
@@ -75,7 +75,9 @@ trait SecurityDirectives { | |||
case None => Directives.pass // no parent specified, proceed | |||
case Some(parent) => | |||
// parents are allowed for a resource type if the owner role contains the SamResourceActions.setParent action |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you update this comment too?
Is there anyone creating parent resources right now that needs to know about this change? |
@samanehsan This unblocks other people to be able to make/edit resources with the correct role actions. We're just providing the capability. I've already pinged Data Exploration to let them know this is being done. |
|
Ticket: https://broadworkbench.atlassian.net/browse/ID-1270
<Don't forget to include the ticket number in the PR title!>
What:
Introduce a
create_with_parent
resource action, which will allow resource creation with a parent resource without letting users re-parent the resource later.Why:
Needed for future functionality.
How:
Just add the resource action.
PR checklist