Remove Portfolio User
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
{% from "components/confirmation_button.html" import ConfirmationButton %}
|
||||
|
||||
{% set modal_id = "portfolio_id_{}_user_id_{}".format(portfolio.id, user.id) %}
|
||||
|
||||
{% for subform in member_perms_form.members_permissions %}
|
||||
<tr>
|
||||
<td class='name'>{{ subform.member.data }}
|
||||
@@ -14,7 +18,10 @@
|
||||
<td>{{ OptionsInput(subform.perms_reporting, label=False) }}</td>
|
||||
<td>{{ OptionsInput(subform.perms_portfolio_mgmt, label=False) }}</td>
|
||||
|
||||
<td><button type="button" class='{{ archive_button_class }}'>{{ "portfolios.members.archive_button" | translate }}</button>
|
||||
<td>
|
||||
<a v-on:click="openModal('{{ modal_id }}')" class='usa-button {{ archive_button_class }}'>
|
||||
{{ "portfolios.members.archive_button" | translate }}
|
||||
</a>
|
||||
</td>
|
||||
{{ subform.user_id() }}
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user