Add route to update portfolio manager perms, add modal form to update in the UI
This commit is contained in:
@@ -153,6 +153,18 @@ MESSAGES = {
|
||||
"message": "flash.task_order.submitted.message",
|
||||
"category": "success",
|
||||
},
|
||||
"update_portfolio_member": {
|
||||
"title_template": "Success!",
|
||||
"message_template": """
|
||||
You have successfully updated access permissions for {{ member_name }}.
|
||||
""",
|
||||
"category": "success",
|
||||
},
|
||||
"update_portfolio_member_error": {
|
||||
"title_template": "Permissions for {{ member_name }} could not be updated",
|
||||
"message_template": "An unexpected problem occurred with your request, please try again. If the problem persists, contact an administrator.",
|
||||
"category": "error",
|
||||
},
|
||||
"updated_application_team_settings": {
|
||||
"title": "flash.success",
|
||||
"message": "flash.updated_application_team_settings",
|
||||
|
Reference in New Issue
Block a user