-
- Downloads
Add search and sort functions to hashtag admin UI (#11829)
* Add search and sort functions to hashtag admin UI * Move scope processing from tags_controller to tag_filter * Fix based on method naming conventions * Fixed not to get 500 errors for invalid requests
Showing
- app/controllers/admin/tags_controller.rb 3 additions, 12 deletionsapp/controllers/admin/tags_controller.rb
- app/helpers/admin/filter_helper.rb 1 addition, 1 deletionapp/helpers/admin/filter_helper.rb
- app/models/tag.rb 1 addition, 0 deletionsapp/models/tag.rb
- app/models/tag_filter.rb 44 additions, 0 deletionsapp/models/tag_filter.rb
- app/views/admin/tags/index.html.haml 26 additions, 6 deletionsapp/views/admin/tags/index.html.haml
- config/locales/en.yml 4 additions, 0 deletionsconfig/locales/en.yml
- config/locales/simple_form.en.yml 2 additions, 0 deletionsconfig/locales/simple_form.en.yml
app/models/tag_filter.rb
0 → 100644
Please register or sign in to comment