-
-
Notifications
You must be signed in to change notification settings - Fork 824
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#1511 Expose option to show event location on configuration tab #16230
Conversation
(Standard links)
|
@Adyun looks good, tested this and it works fine. |
@aydun The only issue I have here is reading "Show Location?" I have no idea where it is actually shown. If you can clarify via text/description/help text then I'm happy to merge this. |
It affects the location in a few places - I'll add a help note. |
Help text added - please re-review. |
<li>the Event Information page</li> | ||
<li>event registration confirmation emails</li> | ||
<li>the HTML, RSS and ICALENDAR feeds of event information</li> | ||
</ul> |
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.
@aydun
Can we remove the in first and last and capitalise all or none
- Event Information page
- Event registration confirmation emails
- HTML, RSS and ICALENDAR feeds of event information
0c0777f
to
22cf2ac
Compare
(CiviCRM Review Template DEL-1.2)
|
test this pleasee |
Test failures unrelated |
Will this drop in 5.23 or 5.24 -> I suspect 5.24 but am not always entirely sure... |
5.23 - 5.22 is the current rc so itt will hit the next one |
Overview
Add a checkbox on the Event Location configuration tab to control whether the location is displayed to users.
The functionality already exists and the field can be configured by API. This enables configuration via the GUI.
Before
The option can only be configured by API.
After
Option can also be configured via GUI.
Technical Details
The logic for the use of the option already exists. This change just exposes it via GUI.
Comments
See https://lab.civicrm.org/dev/core/issues/1511