Skip to content

Commit

Permalink
Prevent 'restricted roles' from being removed in Site Info https://ji…
Browse files Browse the repository at this point in the history
  • Loading branch information
ansorgej authored Jan 31, 2020
1 parent 254220d commit 32b9f73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
</td>
#end
<td class="screenOnly">
#if ($participant.isRemoveable())
#if ($participant.isRemoveable() && $hasAllowedRole == "true")
## if in Home site, cannot move the site user from it
#if (!$!isMyWorkspace || ($!isMyWorkspace && !$uniqname.equals($!siteUserId)))
<label class="skip" for="remove_$uniqname">$tlang.getString("sitegen.siteinfolist.remove") $participant.getDisplayId()</label>
Expand Down

0 comments on commit 32b9f73

Please sign in to comment.