mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: correct display for unlocking on tl0
This commit is contained in:
parent
591512fcb8
commit
406c6d679a
2 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ export default Ember.Controller.extend(CanCheckEmails, {
|
|||
|
||||
showApproval: setting("must_approve_users"),
|
||||
showBadges: setting("enable_badges"),
|
||||
hasLockedTrustLevel: Ember.computed.notEmpty("model.manual_locked_trust_level"),
|
||||
|
||||
primaryGroupDirty: propertyNotEqual(
|
||||
"originalPrimaryGroupId",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue