This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
Watch
1
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-02-08 20:34:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
discourse
/
app
/
assets
/
javascripts
/
admin
/
routes
/
admin-user-tl3-requirements.js.es6
6 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Revert "Revert "REFACTOR: support booting discourse with DISCOURSE_NO_CONSTANTS"" This reverts commit c21457d6a7a369fb52dfd3cd01b3882055c85d62.
2015-11-21 12:27:06 +11:00
export default Discourse.Route.extend({
FIX: Don't allow a user to become TL3 if they've ever been penalized Previously the code would only check if they were *currently* suspended or silenced.
2018-04-24 13:29:15 -04:00
model() {
DEV: introduces prettier for es6 files
2018-06-15 17:03:24 +02:00
return this.modelFor("adminUser");
Revert "Revert "REFACTOR: support booting discourse with DISCOURSE_NO_CONSTANTS"" This reverts commit c21457d6a7a369fb52dfd3cd01b3882055c85d62.
2015-11-21 12:27:06 +11:00
}
});
Reference in New Issue
Copy Permalink