Skip to content

Commit

Permalink
Revert "Merge pull request #9254 from agrare/fix_include_concern_reso…
Browse files Browse the repository at this point in the history
…urce_pool"

This reverts commit e3829c0, reversing
changes made to 7fcec09.
  • Loading branch information
agrare committed Aug 30, 2024
1 parent e3829c0 commit da5a85c
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/helpers/resource_pool_cloud_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module ResourcePoolCloudHelper
include TextualSummary
include_concern 'TextualSummary'
include ResourcePoolConfigHelper
end
2 changes: 1 addition & 1 deletion app/helpers/resource_pool_cloud_helper/textual_summary.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module ResourcePoolCloudHelper::TextualSummary
#
# Groups
#

def textual_ext_management_system
textual_link(@record.ext_management_system)
end
Expand Down
2 changes: 1 addition & 1 deletion app/helpers/resource_pool_infra_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module ResourcePoolInfraHelper
include TextualSummary
include_concern 'TextualSummary'
include ResourcePoolConfigHelper
end
40 changes: 40 additions & 0 deletions spec/config/routes.pending.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1068,6 +1068,12 @@ ReportController:
- x_history
- x_show
ResourcePoolCloudController:
- adv_search_button
- adv_search_clear
- adv_search_load_choice
- adv_search_name
- adv_search_name_typed
- adv_search_toggle
- compare_cancel
- compare_choose_base
- compare_compress
Expand All @@ -1081,10 +1087,30 @@ ResourcePoolCloudController:
- compare_to_csv
- compare_to_pdf
- compare_to_txt
- download_data
- download_summary_pdf
- exp_button
- exp_changed
- exp_token_pressed
- index
- listnav_search_selected
- protect
- quick_search
- report_data
- save_default_search
- search_clear
- sections_field_changed
- show
- show_list
- tagging_edit
- tree_autoload
ResourcePoolInfraController:
- adv_search_button
- adv_search_clear
- adv_search_load_choice
- adv_search_name
- adv_search_name_typed
- adv_search_toggle
- compare_cancel
- compare_choose_base
- compare_compress
Expand All @@ -1098,8 +1124,22 @@ ResourcePoolInfraController:
- compare_to_csv
- compare_to_pdf
- compare_to_txt
- download_data
- download_summary_pdf
- exp_button
- exp_changed
- exp_token_pressed
- index
- listnav_search_selected
- protect
- quick_search
- report_data
- save_default_search
- search_clear
- sections_field_changed
- show
- show_list
- tagging_edit
- tree_autoload
RestfulRedirectController:
- index
Expand Down

0 comments on commit da5a85c

Please sign in to comment.