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/unit
Krzysztof Kotlarek 5c43f9a3a3
FIX: problem when [] custom field is send (#13573)
Multiselect data can be saved but when all are removed then data are not cleared

Ajax function is removing an empty array from request data. In that case, we should change `[]` to `null`.

We need that empty values to properly empty data.
2021-06-30 16:18:37 +10:00
..
controllers FIX: problem when [] custom field is send (#13573) 2021-06-30 16:18:37 +10:00
ember DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00
lib FIX: Add word boundaries to replace and tag watched words (#13405) 2021-06-18 18:54:06 +03:00
mixins DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00
models DEV: Fix a leaky test (#13559) 2021-06-29 10:40:29 +10:00
services REFACTOR: removes unused code (#13412) 2021-06-18 11:55:49 +02:00
utils DEV: Migrate to Ember CLI (#11932) 2021-02-03 14:22:20 -05:00
localization-test.js DEV: Sync up more Ember CLI features (#11790) 2021-01-21 15:55:39 -05:00