This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse
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
..
adapters FEATURE: Tag synonyms 2019-12-04 13:33:51 -05:00
components FEATURE: Featured topic for user profile & card (#8461) 2019-12-09 11:15:47 -08:00
controllers FEATURE: Featured topic for user profile & card (#8461) 2019-12-09 11:15:47 -08:00
helpers FIX: Reorder categories not working 2019-12-10 12:36:47 -07:00
initializers FEATURE: Featured topic for user profile & card (#8461) 2019-12-09 11:15:47 -08:00
lib DEV: Export imageNameFromFileName 2019-12-09 18:19:55 +02:00
mixins FIX: default draft key in openComposerWithTopicParams (#8496) 2019-12-09 07:53:05 -08:00
models FIX: Muted tags are respected by TopicTrackingState (#8467) 2019-12-10 09:50:05 +11:00
pre-initializers DEV: Client side category routing changes 2019-11-26 13:52:14 +00:00
raw-views DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
routes UX: Remove 'show more' from upload modals (#8470) 2019-12-09 12:57:43 +02:00
services DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
templates FEATURE: Featured topic for user profile & card (#8461) 2019-12-09 11:15:47 -08:00
widgets FIX: adds data-topic-id to quick-access-item (#8430) 2019-11-28 11:27:36 +01:00
mapping-router.js.es6 DEV: Remove Discourse.Site in favor of import (#8344) 2019-11-13 12:13:47 -05:00