-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
Follow up to PR 12160 to update the DB version of the templates #12417
Conversation
(Standard links)
|
@eileenmcnaughton - here's the follow-up to #12160 Is '5.4.alpha2' the right version to use? |
@aydun so we already have this merged to 5.4 & I believe your template update is merged already.
So I think your text & html will get picked up already - a weakness is that the upgrade_descriptor only mentions one descriptor whereas we now have multiple :-( If subject also changed then I think a PR to the 5.4 branch altering the above to include
Will work |
@@ -81,6 +81,15 @@ protected function getTemplateUpdates() { | |||
['name' => 'event_online_receipt', 'type' => 'html'], | |||
] | |||
], | |||
[ | |||
'version' => '5.4.alpha2', |
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 think this should be 5.5.alpha1 i think
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.
yep - if it is against master - see above for why I think 5.4 rc makes sense
4f3d68f
to
2db5cab
Compare
Ok... is this what you mean? |
@aydun - yes - but rebase onto the 5.4 branch since the rc has been cut & we should include this with the other lines |
Hmm, that's what I thought I had done ... |
@aydun Just needed to change the basis of the PR :-) @eileenmcnaughton you ok with this being merged to RC then? |
@seamuslee001 yes - added merge on pass - in theory adding these templates to the array like this is 'always safe' |
Merging as per the tag |
@seamuslee001 Thanks for doing that - would you mind sharing the git commands you needed to do for this? I did a 'git rebase 5.4' but clearly there was something else needed. |
@aydun this is what I do 1 ) |
@eileenmcnaughton that is what @aydun had done but then all i did was just edit the PR to change the branch of the civicrm-core repo the PR was targeting @aydun |
This just updates the DB version of the event registration templates following the changes in PR 12160