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/admin
Krzysztof Kotlarek 084e15b447
FIX: modify notification after remove auto_watch_category (#10568)
When a category is removed from `auto_watch_category` we are removing
CategoryUser. However, there are still TopicUser with notification level
set to `watching` which was inherited from Category.

We should move them back to `regular` unless they were modified by a user.
2020-09-01 13:07:41 +10:00
..
adapters FEATURE: Add scopes to API keys (#9844) 2020-07-16 15:51:24 -03:00
components REFACTOR: Move bootbox to an import instead of global variable (#10533) 2020-08-26 12:57:13 -04:00
controllers FEATURE: User selectable color schemes (#10544) 2020-08-28 10:36:52 -04:00
helpers DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
mixins REFACTOR: Move bootbox to an import instead of global variable (#10533) 2020-08-26 12:57:13 -04:00
models FIX: modify notification after remove auto_watch_category (#10568) 2020-09-01 13:07:41 +10:00
routes REFACTOR: Move bootbox to an import instead of global variable (#10533) 2020-08-26 12:57:13 -04:00
services REFACTOR: Move bootbox to an import instead of global variable (#10533) 2020-08-26 12:57:13 -04:00
templates FEATURE: User selectable color schemes (#10544) 2020-08-28 10:36:52 -04:00