discourse/app
Blake Erickson f921909595 FIX: Reorder categories not working
Ember was throwing this error preventing the reorder categories feature
from working:

```
access theidproperty (of <(unknown):ember1803>). ... the object in question
is a special kind of Ember object (a proxy). Therefore, it is still necessary
to use.get('id')in this case.
```

So I updated it to use the `get` method

https://api.emberjs.com/ember/3.14/functions/@ember%2Fobject/get

Follow up to: 6e5fedb312
2019-12-10 12:36:47 -07:00
..
assets FIX: Reorder categories not working 2019-12-10 12:36:47 -07:00
controllers FIX: tag input doesn't show all top 5 permitted tags 2019-12-10 10:30:01 -05:00
helpers DEV: s/\$redis/Discourse\.redis (#8431) 2019-12-03 10:05:53 +01:00
jobs DEV: update rubocop to version 0.77 2019-12-10 11:48:39 +11:00
mailers DEV: s/\$redis/Discourse\.redis (#8431) 2019-12-03 10:05:53 +01:00
models DEV: update rubocop to version 0.77 2019-12-10 11:48:39 +11:00
serializers FIX: Muted tags are respected by TopicTrackingState (#8467) 2019-12-10 09:50:05 +11:00
services DEV: update rubocop to version 0.77 2019-12-10 11:48:39 +11:00
views FEATURE: improve email change workflow 2019-11-21 16:28:35 +11:00