-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UHF-8478: Remove deprecated helfi_rekry_job_search module #342
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but I added couple of comments that should be changed. Also functions from module file should be moved under helfi_rekry_content.module
@@ -1,5 +1,5 @@ | |||
search_page: '2971' | |||
redirect_403_page: '2971' | |||
redirect_403_page: '4848' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we don't want to change this value at least with this PR. This change should be reverted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted this config
@@ -323,6 +314,7 @@ datasource_settings: | |||
processor_settings: | |||
add_url: { } | |||
aggregated_field: { } | |||
custom_value: { } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this change? Is this needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed this line
* | ||
* Update job search's task area pages metadata. | ||
*/ | ||
function helfi_rekry_job_search_page_attachments_alter(array &$attachments) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you move the contents of this file somewhere? These functions are needed and they should be moved under helfi_rekry_content.module
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These codes are now copied to helfi_rekry_content.module
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now! 🦜
UHF-8478
What was done
field_copied
field from node typejob_listing
helfi_rekry_job_search
How to install
git checkout UHF-8478_Remove_field_copied
make fresh
make drush-cr
How to test
job_listing
doesn't have fieldfield_copied
helfi_rekry_job_search
is removedDesigners review
Other PRs