This website requires JavaScript.
Explore
关于
常见问题
Help
Sign in
Discourse
/
discourse
Watch
2
Star
0
Fork
You've already forked discourse
0
mirror of
https://github.com/discourse/discourse.git
synced
2025-09-06 10:50:21 +08:00
Code
Packages
Activity
Actions
9
a546395397
discourse
/
app
/
assets
/
javascripts
/
admin
/
controllers
/
admin-badges.js.es6
2 lines
47 B
Text
Raw
Normal View
History
Unescape
Escape
FIX: Many bugs with admin badges interface * Editing a badge's title would show it as changed in the side even if you didn't hit save * Clicking a badge would not scroll to the top * If there was an error saving a badge there was a missing i18n key * URLs were using queryParams instead of paths * User `label` tags for checkboxes for larger click targets * Saved! text would persist when viewing another badge * After creating a new badge it would show nothing * Validation errors were not being properly released to the client * Query errors were surrounded by an extra array
2014-10-17 14:27:40 -04:00
export default Ember.ArrayController.extend();
Copy permalink