diff --git a/lib/pages/editor.rb b/lib/pages/editor.rb index 7a0e4bc..798b6d3 100644 --- a/lib/pages/editor.rb +++ b/lib/pages/editor.rb @@ -256,6 +256,7 @@ module TAC def update_action(action, name, comment) action.name = name action.comment = comment + @active_group.actions.sort_by! { |a| a.name.downcase } window.backend.config_changed! populate_actions_list(@active_group)