discourse/app/assets/javascripts/admin/addon
Alan Guo Xiang Tan e5566b8519
FIX: Error encountered when adding child object in object setting editor (#26259)
Why this change?

If an object doesn't have any child objects for a particular property
and we try to add one through the editor, an error will be raised.

```
Cannot read properties of undefined (reading 'push')
    at SchemaThemeSettingEditor.addItem (editor.js:190:1)
```
2024-03-21 11:35:49 +08:00
..
adapters DEV: Allow typed objects theme settings to be saved via settings editor (#26100) 2024-03-11 08:42:12 +08:00
components FIX: Error encountered when adding child object in object setting editor (#26259) 2024-03-21 11:35:49 +08:00
controllers FEATURE: add language picker for theme translations in admin UI (#26150) 2024-03-18 12:00:28 -04:00
helpers DEV: replace registerUnbound usage with default exports (#23802) 2023-10-19 14:28:25 +01:00
lib DEV: Rename I18n imports to discourse-i18n (#23915) 2023-10-18 11:07:09 +01:00
mixins DEV: Add save button to editing typed objects theme setting route (#26133) 2024-03-13 06:52:46 +08:00
models FEATURE: Allow site settings to be edited throughout admin UI (#26154) 2024-03-18 08:50:39 +10:00
routes FEATURE: separate admin page for whats new and reports (#26216) 2024-03-20 14:23:18 +11:00
services FIX: Do not lose admin sidebar when opening chat drawer (#26235) 2024-03-20 09:20:06 +10:00
templates UX: adjust objects editor styles for full page layout (#26265) 2024-03-20 15:55:52 -04:00