Add route to update portfolio manager perms, add modal form to update in the UI

This commit is contained in:
leigh-mil
2020-01-07 16:41:07 -05:00
parent 05e7dab673
commit 56c213285f
6 changed files with 144 additions and 11 deletions

View File

@@ -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",