mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 13:52:34 +00:00
Fixed actions not getting sorted when an action is updated
This commit is contained in:
@@ -256,6 +256,7 @@ module TAC
|
|||||||
def update_action(action, name, comment)
|
def update_action(action, name, comment)
|
||||||
action.name = name
|
action.name = name
|
||||||
action.comment = comment
|
action.comment = comment
|
||||||
|
@active_group.actions.sort_by! { |a| a.name.downcase }
|
||||||
window.backend.config_changed!
|
window.backend.config_changed!
|
||||||
|
|
||||||
populate_actions_list(@active_group)
|
populate_actions_list(@active_group)
|
||||||
|
|||||||
Reference in New Issue
Block a user