discourse/app
Jarek Radosz ac06c87b43
DEV: Remove badge-select-controller (#8207)
* DEV: Remove badge-select-controller

1. The `selectableUserBadges` computed property of `badge-title` was being incorrectly overwritten, which triggered computed-property.override deprecation.

2. The `badge-select-controller` mixin contained properties that were used either by `badge-title` component or `badges/show` controller, but none were being used by both. This change moves properties where they belong, and removes the mixin.

* Update app/assets/javascripts/discourse/controllers/badges/show.js.es6

Co-Authored-By: Robin Ward <robin.ward@gmail.com>

* Improve code brevity
2019-10-18 02:17:05 +02:00
..
assets DEV: Remove badge-select-controller (#8207) 2019-10-18 02:17:05 +02:00
controllers DEV: Remove suspend from Admin::UsersController responses (#8206) 2019-10-18 01:49:26 +02:00
helpers SECURITY: mini profiler enabled incorrectly for admins 2019-10-09 12:49:22 +11:00
jobs DEV: prevents redefinition of various constants (#8199) 2019-10-17 09:18:07 +02:00
mailers FIX: respect private_email setting for user invited notification email 2019-10-16 12:50:30 +05:30
models FIX: Handle encoded slugs for subcategories 2019-10-17 17:02:17 -03:00
serializers FEATURE: Display created and last_used dates for API keys 2019-10-09 14:24:41 +01:00
services FIX: Do not send notification to empty push_url 2019-10-16 11:27:07 -04:00
views Add digest email template classes for popular post section 2019-10-16 11:22:33 -04:00