Skip to content

Commit 5c0f64a

Browse files
Fix button group reorder form buttons
1 parent 4df991e commit 5c0f64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/miq_ae_customization_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def get_specific_node_info(node)
291291

292292
# allowed function is used to show form buttons in custom-button form page.
293293
def allowed(action)
294-
allowed = ['ab_button_new', 'ab_button_edit', 'old_dialogs_new', 'old_dialogs_edit', 'old_dialogs_copy']
294+
allowed = ['ab_button_new', 'ab_button_edit', 'ab_group_reorder', 'old_dialogs_new', 'old_dialogs_edit', 'old_dialogs_copy']
295295
action ? allowed.include?(action.to_s) : false
296296
end
297297

0 commit comments

Comments
 (0)