Gh 3882 - Fixes layout for ConfirmAddUserForNotification (#3887)

* retrieve all team members for specific lists

* retrieve all team members for specific lists

* final fixes

* update to use enum

* unit test fixes

* lint fixes

* fix integration test

* fixup integration test

* fix issues with making board private

* update to make webapp and server enums match

* fix to add member in correct role

* remove unnecessary property, check Open/Private board

* cleanup confirm for non admin

* some final cleanup

* move default to webapp

* only allow greater roles in drop down, change property name to minimumRole

* update z-index label, incorrect one used

* revert margin change

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
Scott Bishel 2022-09-30 09:13:44 -06:00 committed by GitHub
parent 8f4951dd4a
commit 61952f23ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,14 +14,14 @@
.permissions-title {
width: 250px;
position: relative;
top: -10px;
top: -3px;
left: 6px;
height: 0;
text-align: left;
font-size: 12px;
label {
@include z-index(modal-permission-label);
@include z-index(modal-permissions-label);
position: absolute;
padding: 0 5px;
margin: 0;