mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-17 22:42:22 +08:00
Merge pull request #8771 from andrej-scinote/aj_SCI_12228
Fix users role on workspace error [SCI-12228]
This commit is contained in:
commit
dfb3800ef3
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@
|
|||
id="<%= id %>"
|
||||
data-toggle="dropdown"
|
||||
aria-haspopup="true"
|
||||
aria-expanded="true">
|
||||
aria-expanded="true"
|
||||
<%= "disabled=disabled" unless can_manage_team_users?(user_assignment.team) %>>
|
||||
<span class="sn-icon sn-icon-down"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu custom-dropdown-menu dropdown-menu-right" aria-labelledby="<%= id %>">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue