Skip to content
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

Standardise names as camelcase for "SearchKit" and "FormBuilder" #24726

Merged
merged 1 commit into from
Oct 15, 2022

Conversation

aydun
Copy link
Contributor

@aydun aydun commented Oct 12, 2022

Overview

Standardise on camelcase for 'SearchKit' and 'FormBuilder'

Before

Some places show 'Search Kit' and 'Form Builder'

After

Fewer (hopefully none) instances of 'Search Kit' and 'Form Builder'

Technical Details

Comments

#ManchesterSprint

@civibot
Copy link

civibot bot commented Oct 12, 2022

(Standard links)

@civibot civibot bot added the master label Oct 12, 2022
@@ -87,7 +87,7 @@ public function __construct() {
* Whether to return the plural version of the title.
*/
public static function getEntityTitle($plural = FALSE) {
return $plural ? E::ts('Form Builder Submissions') : E::ts('Form Builder Submission');
return $plural ? E::ts('FormBuilder Submissions') : E::ts('FormBuilder Submission');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aydun this is actually an autogenerated file. Have to edit the xml for this file and then go to the afform core extension dir and run civix generate:entity-boilerplate

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I see the xml file was updated too. That's fine.

@colemanw colemanw merged commit 7937380 into civicrm:master Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants