Skip to content

Commit

Permalink
Add Missing Routes to Configuration Profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidResende0 committed Jul 20, 2023
1 parent 6891ff6 commit 3926ad9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2614,7 +2614,10 @@
show_list
tagging_edit
launch_configuration_profile_console
]
] +
adv_search_post +
exp_post +
save_post
},

:configured_system => {
Expand Down
10 changes: 10 additions & 0 deletions spec/config/routes.pending.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,16 @@ ConfigurationProfileController:
- index
- quick_search
- reload
- adv_search_button
- adv_search_clear
- adv_search_load_choice
- adv_search_name_typed
- adv_search_toggle
- search_clear
- exp_button
- exp_changed
- exp_token_pressed
- save_default_search
ConfigurationScriptController:
- index
- reload
Expand Down

0 comments on commit 3926ad9

Please sign in to comment.