-
-
Notifications
You must be signed in to change notification settings - Fork 827
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
dev/core#4213 Make frontend_title required #25993
Conversation
No issue was found matching the number given in the pull request title. Please check the issue number. |
(Standard links)
|
Not quite sure why - the other fail is an e-notice in ContributionBase which should be an easy enough fix Cannot execute UPDATE civicrm_contribution_page ---- LOG OUTPUT: ---- |
Given that we're moving forward with replacing old forms with FormBuilder/API4, it seems rather incomplete to be making changes now to require things at a form level without corresponding changes in FormBuilder/API4. Or maybe they have been considered and not thought necessary, but a note explaining why would be useful. |
Yeah - that probably is an argument for making required at the db level |
This was too hard - trying to do just one of the fields #26259 |
I've recovered enough to start on group #26546 |
06b3bd9
to
aad2dc0
Compare
aad2dc0
to
8335af0
Compare
Overview
dev/core#4213 Make frontend_title required
Before
Front end title may be missing as we never populated it
After
Front end title updated to the title value if not populated
Technical Details
This picks up on the proposal here - https://lab.civicrm.org/dev/core/-/issues/4213
On looking into the 3 entities ...
Comments
@jusfreeman @colemanw @seamuslee001 @demeritcowboy - I originally thought it would be good to hit the same release as the payment processor frontend_title (which this does) - but am having some doubts as I'm just processing the variations above.
I guess the question is whether a one-off update and make the
frontend_title
'as required as'title
is an OK amount of change for one hit or whether it could just perpetuate the issues.In terms of usage - I haven't tracked down all the usages - but the group is often used in message templates - which can be updated to the
{group.frontend_title}
off the back of this I think.