mirror of
https://github.com/wekan/wekan.git
synced 2026-02-25 17:34:07 +01:00
Add more Font Awesome icons. This was originally added
at Wekan v3.58, removed at Wekan v3.60, and now added back at Wekan v3.61. Thanks to xet7 !
This commit is contained in:
parent
cc70773fd5
commit
cd253522a3
15 changed files with 306 additions and 89 deletions
|
|
@ -82,4 +82,16 @@ if (Meteor.isServer) {
|
|||
});
|
||||
}
|
||||
|
||||
AccountSettings.helpers({
|
||||
allowEmailChange() {
|
||||
return AccountSettings.findOne('accounts-allowEmailChange').booleanValue;
|
||||
},
|
||||
allowUserNameChange() {
|
||||
return AccountSettings.findOne('accounts-allowUserNameChange').booleanValue;
|
||||
},
|
||||
allowUserDelete() {
|
||||
return AccountSettings.findOne('accounts-allowUserDelete').booleanValue;
|
||||
},
|
||||
});
|
||||
|
||||
export default AccountSettings;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue