mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
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:

committed by
GitHub

parent
7d9a823a55
commit
9f78ff5572
@ -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
|
||||
|
Reference in New Issue
Block a user