discourse/app
Alan Guo Xiang Tan f095494936
UX: Improve the identifier for categories typed prop in theme objects editor (#26600)
This commit changes the identifier displayed in the navigation tree of
the theme objects editor from the generic "category 1" to "<category
name>, <category 2 name>" when a property of typed categories is set as
the identifier.

Example:

For the following theme objects schema:

```
some_setting:
  type: objects
  default: []
  schema:
    name: <some scheme name>
    identifier: list_of_categories
    properties:
      list_of_categories:
        type: categories
```

If the `list_of_categories` property's value has been set to `category
1` and `category 2`, the navigation tree will display `category 1,
category 2` as the text to represent the object in the navigation tree.
2024-04-11 13:00:07 +08:00
..
assets UX: Improve the identifier for categories typed prop in theme objects editor (#26600) 2024-04-11 13:00:07 +08:00
controllers FIX: Load categories with user activity and drafts (#26553) 2024-04-10 17:35:42 +03:00
helpers DEV: Move chat service objects into core (#26506) 2024-04-04 10:57:41 -03:00
jobs UX: make first admin a moderator to review user approvals. (#26588) 2024-04-10 20:59:03 +05:30
mailers FIX: Add higher read & open timeouts for group SMTP emails (#24593) 2023-11-28 15:32:59 +10:00
models FIX: Load categories with user activity and drafts (#26553) 2024-04-10 17:35:42 +03:00
serializers FIX: Load categories with user activity and drafts (#26553) 2024-04-10 17:35:42 +03:00
services FEATURE: Consolidate link notifications (#26567) 2024-04-09 11:53:37 -06:00
views DEV: allow themes to render their own custom homepage (#26291) 2024-04-02 11:05:08 -04:00