FEATURE: modal for admins to edit Community section (#21668)

Allow admins to edit Community section. This includes drag and drop reorder, change names, delete and reset to default.

Visual improvements introduced in edit community section modal are available in edit custom section form as well. For example:
- drag and drop links to change their position;
- smaller icon picker.
This commit is contained in:
Krzysztof Kotlarek
2023-05-29 15:20:23 +10:00
committed by GitHub
parent 7d9a823a55
commit 9f78ff5572
28 changed files with 651 additions and 202 deletions

View File

@ -59,7 +59,7 @@ class SidebarSectionsController < ApplicationController
Site.clear_anon_cache!
end
render_serialized(sidebar_section, SidebarSectionSerializer)
render_serialized(sidebar_section.reload, SidebarSectionSerializer)
rescue ActiveRecord::RecordInvalid => e
render_json_error(e.record.errors.full_messages.first)
rescue Discourse::InvalidAccess