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/tests
Roman Rizzi b45a30c40f
FIX: Users without shared drafts access can still have access to the category. (#11476)
This is an edge-case of 9fb3629. An admin could set the shared draft category to one where both TL2 and TL3 users have access but only give shared draft access to TL3 users. If something like this happens, we need to make sure that TL2 users won't be able to see them, and they won't be listed on latest.

Before this change, `SharedDrafts` were lazily created when a destination category was selected. We now create it alongside the topic and set the destination to the same shared draft category.
2020-12-14 16:08:20 -03:00
..
acceptance DEV: comment out flaky test 2020-12-10 12:17:44 +08:00
fixtures FIX: Users without shared drafts access can still have access to the category. (#11476) 2020-12-14 16:08:20 -03:00
helpers DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
integration FEATURE: Optional filtered replies view (#11387) 2020-12-10 12:02:07 -05:00
unit FIX: Show 'New' filter when 'none' subcategory set (#11474) 2020-12-11 18:24:32 +02:00
plugin_tests.js.erb FIX: Load .js files from plugins in qunit testing env (#11304) 2020-12-03 10:25:42 -06:00
setup-tests.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
test_helper.js REFACTOR: Continue to converge on what Ember CLI wants us to do 2020-10-16 10:53:13 -04:00