Jarek Radosz
|
9028df0fda
|
DEV: Use includes() instead of indexOf() >= 0 (#17553)
Missed those cases in #17541
|
2022-07-19 10:27:40 +08:00 |
|
Jarek Radosz
|
0db6ae1e1f
|
DEV: Fix typos and other spell-checker warnings (#17554)
|
2022-07-19 10:27:10 +08:00 |
|
Bianca Nenciu
|
4fe99e39c3
|
FEATURE: Add new site setting list type with name and values (#16045)
These changes include a bug fix because allow_any attribute of site
settings was completely ignored before.
|
2022-03-08 13:18:43 +02:00 |
|
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 |
|
Roman Rizzi
|
bbe5d8d5cf
|
DEV: Sort imports alphabetically (#11382)
|
2020-12-01 15:31:26 -03:00 |
|
Robin Ward
|
ce3fe2f4c4
|
REFACTOR: Support bundling our admin section as an ember addon
|
2020-09-22 15:14:29 -04:00 |
|