-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add update hook for 12.3+ patch upgrade. #1283
Conversation
REF CIVIC-3573 The 1.12.6 patch upgrades for out of the box sites has not been working as expected (tests are failing) because the new Markdown and role-assign features are not enabled or configured correctly. AC == - [ ] DKAN tests pass for Site upgrades with this patch combined with the patch to skip customizable tests.
c0e693a
to
75b27ae
Compare
/** | ||
* Configures BUEditor and markdown test format. | ||
*/ | ||
function dkan_bueditor_markdown_install() { |
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.
@acouch this function doesn't make sense inside the profile. It only gets called by sites on updates not on first time installation.
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.
Ideally it would get called upon install as well as updates. As we add these functions I would think they would live in the dkan.profile.
Looks like we might actually still need this PR.. need to redo. |
Merged release-1-12 and resolved conflict. |
REF CIVIC-3573
The 12.6 patch upgrades for out of the box sites has not been working as
expected (tests are failing) because the new Markdown and role-assign features
are not enabled or configured correctly.
Acceptance Criteria
to skip customizable tests.