This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
discourse
Watch
2
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-11-25 02:30:57 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
0aa049791e
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 09:27:06 +08: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-25 01:29:15 +08:00
model() {
DEV: introduces prettier for es6 files
2018-06-15 23:03:24 +08:00
return this.modelFor("adminUser");
Revert "Revert "REFACTOR: support booting discourse with DISCOURSE_NO_CONSTANTS"" This reverts commit c21457d6a7a369fb52dfd3cd01b3882055c85d62.
2015-11-21 09:27:06 +08:00
}
});
Reference in New Issue
Copy Permalink