discourse/app/assets/javascripts/admin/addon
Joffrey JAFFEUX c9bd4b4c64
FIX: ensures validValues is an array (#13435)
Before this fix the setting object would have exceptions on 3 fields: computedNameProperty, computedValueProperty and validValues

```
TypeError: Cannot read property 'forEach' of undefined
    at Class.validValues (http://localhost:4200/assets/admin.js:10468:19)
    at Class.<anonymous> (http://localhost:4200/assets/vendor.js:82492:19)
    at http://localhost:4200/assets/vendor.js:28633:34
    at untrack (http://localhost:4200/assets/vendor.js:26641:7)
    at ComputedProperty.get (http://localhost:4200/assets/vendor.js:28632:13)
    at Class.CPGETTER_FUNCTION [as validValues] (http://localhost:4200/assets/vendor.js:26259:25)
    at Class.r (<anonymous>:1:83)
```
2021-06-18 14:02:21 +02:00
..
adapters
components FIX: Adding multiple auto tags in watched words admin UI (#13421) 2021-06-17 13:42:16 -04:00
controllers FIX: ensure we dont collapse data multiple times (#13399) 2021-06-17 09:15:20 +02:00
helpers DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00
mixins FIX: ensures validValues is an array (#13435) 2021-06-18 14:02:21 +02:00
models FIX: ensure we dont collapse data multiple times (#13399) 2021-06-17 09:15:20 +02:00
routes FIX: prevents mode to be forced to unexisting mode (#13413) 2021-06-17 10:07:51 +02:00
services FIX: Restore user summary's delete button behavior. (#11844) 2021-01-26 13:10:46 -03:00
templates DEV: removes maximum limit on tag list site setting (#13436) 2021-06-18 12:53:30 +02:00