Skip to content

Commit a3defed

Browse files
committed
MB-49520: Move 'uiSref' from 'Authorized users' to 'more...'
Redirect to the users page happens when clicking on 'more...' link, not on 'authorized users' link and close the modal when the page is redirected. Change-Id: I460216de7d277e6ee8fe938cdafd93caac1a7378 Reviewed-on: https://review.couchbase.org/c/ns_server/+/165725 Tested-by: Raluca Lupu <[email protected]> Well-Formed: Build Bot <[email protected]> Reviewed-by: Pavel Blagodov <[email protected]>
1 parent 431e825 commit a3defed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

priv/public/ui/app/mn.bucket.dialog.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ <h2>{{bucket ? 'Edit Bucket Settings' : 'Add Data Bucket'}}</h2>
2828
</div>
2929
<a
3030
*ngIf="showUsersLink | async"
31-
(click)="clickUsersLink.next()">
31+
(click)="activeModal.dismiss()"
32+
uiSref="app.admin.security.roles.user">
3233
more ...</a>
3334
</ng-template>
3435
<span
@@ -37,8 +38,7 @@ <h2>{{bucket ? 'Edit Bucket Settings' : 'Add Data Bucket'}}</h2>
3738
triggers="click"
3839
placement="right">
3940
<a
40-
class="cursor-pointer"
41-
uiSref="app.admin.security.roles.user">
41+
class="cursor-pointer">
4242
<span class="text-smaller">authorized users</span>
4343
</a>
4444
</span>

0 commit comments

Comments
 (0)