civicrm-core.git
17 months agoRemove never called testCleanUp function
Eileen McNaughton [Wed, 30 Aug 2023 03:28:46 +0000 (15:28 +1200)]
Remove never called testCleanUp function

deleteTestObjects is not called, except by itself, which is not called. Without
that function there is no need to 'register' the test entities either...

17 months agoMerge pull request #27198 from larssandergreen/Fix-membership-renewal-leap-year-bug
Eileen McNaughton [Tue, 29 Aug 2023 18:59:29 +0000 (06:59 +1200)]
Merge pull request #27198 from larssandergreen/Fix-membership-renewal-leap-year-bug

dev/core#4541 Fix membership leap year bug that causes test failure

17 months agoFix membership leap year bug
larssandergreen [Tue, 29 Aug 2023 18:33:59 +0000 (12:33 -0600)]
Fix membership leap year bug

17 months agoMerge pull request #27192 from eileenmcnaughton/hidden
Eileen McNaughton [Tue, 29 Aug 2023 04:22:09 +0000 (16:22 +1200)]
Merge pull request #27192 from eileenmcnaughton/hidden

[REF] Remove unreachable handling

17 months agoMerge pull request #27193 from eileenmcnaughton/hidden_2
Eileen McNaughton [Tue, 29 Aug 2023 02:39:54 +0000 (14:39 +1200)]
Merge pull request #27193 from eileenmcnaughton/hidden_2

Remove always-true empty check

17 months agoRemove always-true empty check
Eileen McNaughton [Tue, 29 Aug 2023 02:02:24 +0000 (14:02 +1200)]
Remove always-true empty check

Per https://github.com/civicrm/civicrm-core/pull/27192

hidden_CreditCard is always empty so the check is meaningless.

The newer boolean token check is safer than the quoted string check

17 months agoRemove unreachable handling
Eileen McNaughton [Tue, 29 Aug 2023 01:59:22 +0000 (13:59 +1200)]
Remove unreachable handling

generatePane is only called from one function & those calls have either AdditionalDetail
or Premium as the type - the rest of the handling in the function
apparently relates to before we used the payment form load method (a long time ago)

17 months agoMerge pull request #27183 from colemanw/relationshipAcls
Eileen McNaughton [Tue, 29 Aug 2023 01:04:07 +0000 (13:04 +1200)]
Merge pull request #27183 from colemanw/relationshipAcls

APIv4 - Proper ACLs for relationship entity

17 months agoMerge pull request #27191 from colemanw/removeDateFields
Eileen McNaughton [Mon, 28 Aug 2023 22:41:45 +0000 (10:41 +1200)]
Merge pull request #27191 from colemanw/removeDateFields

CRM_Core_Form - Remove unused protected properties

17 months agoMerge pull request #27113 from eileenmcnaughton/redis_flush
Seamus Lee [Mon, 28 Aug 2023 22:19:05 +0000 (18:19 -0400)]
Merge pull request #27113 from eileenmcnaughton/redis_flush

Flush Redis `prevnext` cache when clearing `civicrm_cache`

17 months agoMerge pull request #27172 from colemanw/suffixes
Seamus Lee [Mon, 28 Aug 2023 22:18:06 +0000 (18:18 -0400)]
Merge pull request #27172 from colemanw/suffixes

[REF] Add pseudoconstant suffixes to xml/dao

17 months agoMerge pull request #27187 from colemanw/utilsArrayX
Seamus Lee [Mon, 28 Aug 2023 22:15:24 +0000 (18:15 -0400)]
Merge pull request #27187 from colemanw/utilsArrayX

[REF] đźŹŚď¸Ź CRM_Utils_Array cleanup

17 months agoMerge pull request #27186 from colemanw/void
Seamus Lee [Mon, 28 Aug 2023 22:13:43 +0000 (18:13 -0400)]
Merge pull request #27186 from colemanw/void

[NFC] Test - Add return type hints to test functions

17 months agoMerge pull request #27190 from eileenmcnaughton/domain_email_2
Seamus Lee [Mon, 28 Aug 2023 22:13:07 +0000 (18:13 -0400)]
Merge pull request #27190 from eileenmcnaughton/domain_email_2

Fix Domain Organization form for notices & php8 compliance

17 months agoMerge pull request #27189 from eileenmcnaughton/domain_email
Seamus Lee [Mon, 28 Aug 2023 22:12:56 +0000 (18:12 -0400)]
Merge pull request #27189 from eileenmcnaughton/domain_email

Fix notices on domain.tpl by just adding what we need

17 months agoCRM_Core_Form - Remove unused var _is_pay_later_enabled
colemanw [Mon, 28 Aug 2023 21:55:44 +0000 (17:55 -0400)]
CRM_Core_Form - Remove unused var _is_pay_later_enabled

This field was added in cbcb5b49 but was never used for anything.

17 months agoCRM_Core_Form - Remove unused var _dateFields
colemanw [Mon, 28 Aug 2023 21:53:34 +0000 (17:53 -0400)]
CRM_Core_Form - Remove unused var _dateFields

This field was added in 5d86176 for the sake of the convertDateFieldsToMySQL() function which has since been deleted.

17 months agoMerge pull request #27104 from mlutfy/distmakerStandalone
Tim Otten [Mon, 28 Aug 2023 21:52:12 +0000 (14:52 -0700)]
Merge pull request #27104 from mlutfy/distmakerStandalone

Distmaker: add CiviCRM Standalone support

17 months agoMerge pull request #27181 from colemanw/api3UnusedCode
Tim Otten [Mon, 28 Aug 2023 21:41:25 +0000 (14:41 -0700)]
Merge pull request #27181 from colemanw/api3UnusedCode

APIv3 Explorer - Delete unused code

17 months agoTest - Add return type hints to test functions
colemanw [Mon, 28 Aug 2023 15:52:04 +0000 (11:52 -0400)]
Test - Add return type hints to test functions

17 months agoMerge pull request #27180 from colemanw/deprecateApiWrapper
Tim Otten [Mon, 28 Aug 2023 21:23:34 +0000 (14:23 -0700)]
Merge pull request #27180 from colemanw/deprecateApiWrapper

API - Soft-deprecate civicrm_api() wrapper

17 months agoFix remaining undefined properties by no longer calling unrelated preProcess
Eileen McNaughton [Mon, 28 Aug 2023 21:12:26 +0000 (09:12 +1200)]
Fix remaining undefined properties by no longer calling unrelated preProcess

17 months agoFix notices on domain.tpl by just adding what we need
Eileen McNaughton [Mon, 28 Aug 2023 20:50:50 +0000 (08:50 +1200)]
Fix notices on domain.tpl by just adding what we need

17 months agoMerge pull request #27188 from eileenmcnaughton/notice_1
Eileen McNaughton [Mon, 28 Aug 2023 21:08:24 +0000 (09:08 +1200)]
Merge pull request #27188 from eileenmcnaughton/notice_1

E-notice fix - switch order of and params check around

17 months agoFix notices on domain.tpl by just adding what we need
Eileen McNaughton [Mon, 28 Aug 2023 20:50:50 +0000 (08:50 +1200)]
Fix notices on domain.tpl by just adding what we need

17 months agoE-notice fix - switch order of and params check around
Eileen McNaughton [Mon, 28 Aug 2023 20:17:10 +0000 (08:17 +1200)]
E-notice fix - switch order of and params check around

17 months agoCRM/Report - Cleanup bitwise conditionals using CRM_Utils_Array
colemanw [Mon, 28 Aug 2023 16:23:02 +0000 (12:23 -0400)]
CRM/Report - Cleanup bitwise conditionals using CRM_Utils_Array

17 months agoCRM - Cleanup verbose array conditionals
colemanw [Mon, 28 Aug 2023 16:12:29 +0000 (12:12 -0400)]
CRM - Cleanup verbose array conditionals

17 months agoAPI - Soft-deprecate civicrm_api() wrapper, cleanup code comments, remove unused...
colemanw [Sat, 26 Aug 2023 03:37:45 +0000 (23:37 -0400)]
API - Soft-deprecate civicrm_api() wrapper, cleanup code comments, remove unused vars

17 months agoMerge pull request #27185 from seamuslee001/better_reporting_invalid_instance
demeritcowboy [Mon, 28 Aug 2023 14:50:08 +0000 (10:50 -0400)]
Merge pull request #27185 from seamuslee001/better_reporting_invalid_instance

[REF] Improve cron job handling when there is an invalid report insta…

17 months agoMerge pull request #27184 from seamuslee001/infinite_loop_report
demeritcowboy [Mon, 28 Aug 2023 14:44:13 +0000 (10:44 -0400)]
Merge pull request #27184 from seamuslee001/infinite_loop_report

[REF] Fix infinite loop when trying to load a report instance with an…

17 months agoAdd pseudoconstant suffixes to xml/dao
colemanw [Fri, 25 Aug 2023 20:04:38 +0000 (16:04 -0400)]
Add pseudoconstant suffixes to xml/dao

This makes suffixes more available outside APIv4, and reduces the necessity of one-off SpecProvider classes

17 months ago[REF] Improve cron job handling when there is an invalid report instance id passed...
Seamus Lee [Mon, 28 Aug 2023 04:52:56 +0000 (14:52 +1000)]
[REF] Improve cron job handling when there is an invalid report instance id passed to mail_report job

17 months ago[REF] Fix infinite loop when trying to load a report instance with an id that does...
Seamus Lee [Mon, 28 Aug 2023 04:43:15 +0000 (14:43 +1000)]
[REF] Fix infinite loop when trying to load a report instance with an id that does not exist

17 months agoAPIv4 - Proper ACLs for relationship entity
colemanw [Mon, 28 Aug 2023 02:09:19 +0000 (22:09 -0400)]
APIv4 - Proper ACLs for relationship entity

Before: APIv3 and v4 require 'edit all contacts' to create/update/delete relationships
After: APIv3 unchanged, but v4 uses ACLs instead so the permission is no longer needed.

17 months agoMerge pull request #27182 from civicrm/5.65
Seamus Lee [Sun, 27 Aug 2023 23:50:14 +0000 (19:50 -0400)]
Merge pull request #27182 from civicrm/5.65

5.65

17 months agoMerge pull request #27170 from agh1/5.65.0-releasenotes-initial
Seamus Lee [Sun, 27 Aug 2023 23:21:47 +0000 (19:21 -0400)]
Merge pull request #27170 from agh1/5.65.0-releasenotes-initial

5.65.0 release notes initial run

17 months agoMerge pull request #27179 from totten/master-phpstorm-setting
Seamus Lee [Sun, 27 Aug 2023 23:21:23 +0000 (19:21 -0400)]
Merge pull request #27179 from totten/master-phpstorm-setting

PhpStorm - Add a corybantic avalanche of type-hints

17 months agoMerge pull request #27161 from eileenmcnaughton/discount
colemanw [Sun, 27 Aug 2023 02:52:38 +0000 (22:52 -0400)]
Merge pull request #27161 from eileenmcnaughton/discount

Add test & fix for getOptions on options with a domain id

17 months agophpstorm - Generate event hints for "hook_civicrm_pre::Entity" (and similar)
Tim Otten [Sat, 26 Aug 2023 02:59:34 +0000 (19:59 -0700)]
phpstorm - Generate event hints for "hook_civicrm_pre::Entity" (and similar)

17 months agoAPIv3 Explorer - Delete unused code
colemanw [Sat, 26 Aug 2023 02:47:52 +0000 (22:47 -0400)]
APIv3 Explorer - Delete unused code

Delete code no longer needed now that examples have been deleted in 44def67

17 months agophpstorm - Generate hints about Civi::dispatcher()
Tim Otten [Sat, 26 Aug 2023 02:44:59 +0000 (19:44 -0700)]
phpstorm - Generate hints about Civi::dispatcher()

17 months agophpstorm - Generate hints about civicrm_api3()
Tim Otten [Sat, 26 Aug 2023 02:29:20 +0000 (19:29 -0700)]
phpstorm - Generate hints about civicrm_api3()

17 months agophpstorm - Generate hints about civicrm_api4()
Coleman Watts [Sat, 26 Aug 2023 02:14:23 +0000 (19:14 -0700)]
phpstorm - Generate hints about civicrm_api4()

17 months agoMerge pull request #27112 from colemanw/sortName
colemanw [Sat, 26 Aug 2023 02:19:46 +0000 (22:19 -0400)]
Merge pull request #27112 from colemanw/sortName

SearchKit - Use Contact.sort_name instead of display_name for searches and Autocompletes

17 months agophpstorm - Generate hints about CiviCRM settings
Tim Otten [Sat, 26 Aug 2023 00:43:18 +0000 (17:43 -0700)]
phpstorm - Generate hints about CiviCRM settings

17 months agoPhpStormMetadata - Define registerArgumentsSet() and addExpectedArguments()
Tim Otten [Sat, 26 Aug 2023 00:41:58 +0000 (17:41 -0700)]
PhpStormMetadata - Define registerArgumentsSet() and addExpectedArguments()

17 months ago(NFC) phpstorm.php
Tim Otten [Sat, 26 Aug 2023 01:52:05 +0000 (18:52 -0700)]
(NFC) phpstorm.php

17 months agoUse `hook_managed` to implement `civi.phpstorm.flush`
Tim Otten [Sat, 26 Aug 2023 01:57:32 +0000 (18:57 -0700)]
Use `hook_managed` to implement `civi.phpstorm.flush`

17 months agophpstorm - Enable 'scan-classes'
Tim Otten [Fri, 25 Aug 2023 23:57:27 +0000 (16:57 -0700)]
phpstorm - Enable 'scan-classes'

17 months agoMerge pull request #27175 from totten/master-phpstorm-redux
Tim Otten [Sat, 26 Aug 2023 00:27:42 +0000 (17:27 -0700)]
Merge pull request #27175 from totten/master-phpstorm-redux

phpstorm - Multiple updates

17 months agoMerge pull request #27177 from colemanw/api4EntityNames
Tim Otten [Sat, 26 Aug 2023 00:27:33 +0000 (17:27 -0700)]
Merge pull request #27177 from colemanw/api4EntityNames

[REF] APIv4 - Simplify entity name gathering

17 months agoMerge pull request #27178 from colemanw/phpStormStatic
Tim Otten [Sat, 26 Aug 2023 00:16:11 +0000 (17:16 -0700)]
Merge pull request #27178 from colemanw/phpStormStatic

PHPStorm - Add static metadata file

17 months agoMerge pull request #27176 from colemanw/api3ExampleCleanup
demeritcowboy [Sat, 26 Aug 2023 00:10:48 +0000 (20:10 -0400)]
Merge pull request #27176 from colemanw/api3ExampleCleanup

Test Cleanup - Refactor out uses of deprecated `callAPIAndDocument()`

17 months agoMerge pull request #27166 from eileenmcnaughton/test_fix
demeritcowboy [Sat, 26 Aug 2023 00:09:38 +0000 (20:09 -0400)]
Merge pull request #27166 from eileenmcnaughton/test_fix

Remove some unused parameters in test class

17 months agoPHPStorm - Add static metadata file
colemanw [Sat, 26 Aug 2023 00:09:03 +0000 (20:09 -0400)]
PHPStorm - Add static metadata file

17 months agoAPIv4 - Simplify entity name gathering
colemanw [Fri, 25 Aug 2023 16:26:57 +0000 (12:26 -0400)]
APIv4 - Simplify entity name gathering

Before: Getting entity names was hard and the conformanceTest struggled
After: It's easier, as every entity class has a public getEntityName method

17 months agoTest Cleanup - Refactor out uses of deprecated `callAPIAndDocument()`
colemanw [Fri, 25 Aug 2023 23:00:56 +0000 (19:00 -0400)]
Test Cleanup - Refactor out uses of deprecated `callAPIAndDocument()`

17 months agoFix type-hints for boot services
Tim Otten [Fri, 25 Aug 2023 23:33:49 +0000 (16:33 -0700)]
Fix type-hints for boot services

17 months agoPhpStormCompilePass - Generate hints for `Civi::cache()`
Tim Otten [Fri, 25 Aug 2023 23:16:28 +0000 (16:16 -0700)]
PhpStormCompilePass - Generate hints for `Civi::cache()`

The `cache()` method just returns objects from the container, so it can come from the same metadata.

17 months agoAdd README.md
Tim Otten [Fri, 25 Aug 2023 22:58:48 +0000 (15:58 -0700)]
Add README.md

17 months agophpstorm - Re-enable standard civix bits
Tim Otten [Fri, 25 Aug 2023 22:58:25 +0000 (15:58 -0700)]
phpstorm - Re-enable standard civix bits

17 months agophpstorm - Cleanup on uninstall
Tim Otten [Fri, 25 Aug 2023 22:56:28 +0000 (15:56 -0700)]
phpstorm - Cleanup on uninstall

17 months ago(REF) Extract helper PhpStormMetadata
Tim Otten [Fri, 25 Aug 2023 22:52:00 +0000 (15:52 -0700)]
(REF) Extract helper PhpStormMetadata

17 months agoMerge pull request #27174 from colemanw/examples
demeritcowboy [Fri, 25 Aug 2023 22:46:44 +0000 (18:46 -0400)]
Merge pull request #27174 from colemanw/examples

APIv3 - Delete api examples

17 months agophpstorm - Convert "Generator" to "PhpStormCompilePass"
Tim Otten [Fri, 25 Aug 2023 22:03:12 +0000 (15:03 -0700)]
phpstorm - Convert "Generator" to "PhpStormCompilePass"

17 months agoAPIv3 - Delete api examples
colemanw [Fri, 25 Aug 2023 20:23:16 +0000 (16:23 -0400)]
APIv3 - Delete api examples

17 months ago5.65.0 release notes: added boilerplate
Andie Hunt [Fri, 25 Aug 2023 15:51:17 +0000 (11:51 -0400)]
5.65.0 release notes: added boilerplate

17 months ago5.65.0 release notes: raw from script
Andie Hunt [Fri, 25 Aug 2023 15:40:12 +0000 (11:40 -0400)]
5.65.0 release notes: raw from script

17 months agoMerge pull request #27169 from yashodha/report_improvement
colemanw [Fri, 25 Aug 2023 12:51:04 +0000 (08:51 -0400)]
Merge pull request #27169 from yashodha/report_improvement

(dev/core#4536) Fix 'Primary Membership' filter options in Membership…

17 months agoMerge pull request #27168 from totten/master-phpstorm
colemanw [Fri, 25 Aug 2023 12:46:33 +0000 (08:46 -0400)]
Merge pull request #27168 from totten/master-phpstorm

Add "phpstorm" extension

17 months ago(dev/core#4536) Fix 'Primary Membership' filter options in Membership Details report
yashodha [Fri, 25 Aug 2023 12:14:30 +0000 (17:44 +0530)]
(dev/core#4536) Fix 'Primary Membership' filter options in Membership Details report

17 months agophpstorm - Move listener to the end of the hook
Tim Otten [Fri, 25 Aug 2023 12:03:02 +0000 (05:03 -0700)]
phpstorm - Move listener to the end of the hook

17 months agoAdd extension "phpstorm"
Tim Otten [Fri, 25 Aug 2023 11:37:21 +0000 (04:37 -0700)]
Add extension "phpstorm"

17 months agoMerge pull request #27157 from eileenmcnaughton/execute
colemanw [Fri, 25 Aug 2023 10:56:00 +0000 (06:56 -0400)]
Merge pull request #27157 from eileenmcnaughton/execute

Fix deprecation notice on ExecuteJob screen

17 months agoMerge pull request #27154 from eileenmcnaughton/notice_reminders
colemanw [Fri, 25 Aug 2023 10:42:52 +0000 (06:42 -0400)]
Merge pull request #27154 from eileenmcnaughton/notice_reminders

Notice fix - schedule reminders

17 months agoMerge pull request #27163 from eileenmcnaughton/broken
colemanw [Fri, 25 Aug 2023 10:38:51 +0000 (06:38 -0400)]
Merge pull request #27163 from eileenmcnaughton/broken

Remove broken deprecated function

17 months agoMerge pull request #27160 from larssandergreen/Also-add-event-confirm-text-as-default...
Eileen McNaughton [Fri, 25 Aug 2023 08:53:19 +0000 (20:53 +1200)]
Merge pull request #27160 from larssandergreen/Also-add-event-confirm-text-as-default-receipt_text-for-edit-Participant

Also add event confirm text as default receipt_text for edit Participant

17 months agoMerge pull request #27137 from artfulrobot/artfulrobot-php81-table-tpl
Eileen McNaughton [Fri, 25 Aug 2023 08:49:47 +0000 (20:49 +1200)]
Merge pull request #27137 from artfulrobot/artfulrobot-php81-table-tpl

Fix PHP8.1 repeated notice errors in Table.tpl

17 months agoMerge pull request #27164 from seamuslee001/acl_notice_error
Seamus Lee [Fri, 25 Aug 2023 07:50:27 +0000 (03:50 -0400)]
Merge pull request #27164 from seamuslee001/acl_notice_error

[REF] Fix Notice Errors on ACL listing page by assigning fields consi…

17 months agoFix PHP8.1 repeated notice errors in Table.tpl
Rich Lott / Artful Robot [Thu, 24 Aug 2023 15:00:24 +0000 (16:00 +0100)]
Fix PHP8.1 repeated notice errors in Table.tpl

17 months agoRemove some unused parameters
Eileen McNaughton [Fri, 25 Aug 2023 06:12:52 +0000 (18:12 +1200)]
Remove some unused parameters

17 months ago[REF] Fix Notice Errors on ACL listing page by assigning fields consistently
Seamus Lee [Fri, 25 Aug 2023 06:04:17 +0000 (16:04 +1000)]
[REF] Fix Notice Errors on ACL listing page by assigning fields consistently

17 months agoRemove broken deprecated function
Eileen McNaughton [Fri, 25 Aug 2023 05:52:29 +0000 (17:52 +1200)]
Remove broken deprecated function

The function this calls was made private in Feb & no-one has noticed. It's deprecated
& I can't find any calls to it so I guess it has been unused-long-time

17 months agoAdd test & fix for getOptions
Eileen McNaughton [Fri, 25 Aug 2023 05:23:48 +0000 (17:23 +1200)]
Add test & fix for getOptions

17 months agoMerge pull request #27148 from eileenmcnaughton/fee_block
Yashodha Chaku [Fri, 25 Aug 2023 05:31:52 +0000 (11:01 +0530)]
Merge pull request #27148 from eileenmcnaughton/fee_block

Undefined property fix

17 months agoMerge pull request #27122 from eileenmcnaughton/discount
Eileen McNaughton [Fri, 25 Aug 2023 05:24:56 +0000 (17:24 +1200)]
Merge pull request #27122 from eileenmcnaughton/discount

Add api-v4 discount api

17 months agoAlso add event confirm text as default receipt_text for edit Participant
larssandergreen [Fri, 25 Aug 2023 05:16:45 +0000 (23:16 -0600)]
Also add event confirm text as default receipt_text for edit Participant

17 months agoDistmaker: add CiviCRM Standalone support
Mathieu Lu [Sun, 20 Aug 2023 19:04:34 +0000 (15:04 -0400)]
Distmaker: add CiviCRM Standalone support

17 months agoMerge pull request #27130 from colemanw/emailType
Eileen McNaughton [Fri, 25 Aug 2023 03:58:10 +0000 (15:58 +1200)]
Merge pull request #27130 from colemanw/emailType

dev/core#4530 - Change email fields to text in search mode

17 months agoFix deprecation notice on ExecuteJob screen
Eileen McNaughton [Fri, 25 Aug 2023 02:07:57 +0000 (14:07 +1200)]
Fix deprecation notice on ExecuteJob screen

17 months agoMerge pull request #27153 from eileenmcnaughton/notice_contact_type
Seamus Lee [Fri, 25 Aug 2023 02:19:03 +0000 (22:19 -0400)]
Merge pull request #27153 from eileenmcnaughton/notice_contact_type

Notice fix on contact types browse

17 months agoMerge pull request #27152 from eileenmcnaughton/notice_sched
Seamus Lee [Fri, 25 Aug 2023 02:18:51 +0000 (22:18 -0400)]
Merge pull request #27152 from eileenmcnaughton/notice_sched

Fix e-notice by removing conditionality

17 months agoNotice fix - schedule reminders
Eileen McNaughton [Fri, 25 Aug 2023 01:36:35 +0000 (13:36 +1200)]
Notice fix - schedule reminders

17 months agoNotice fix on contact types browse
Eileen McNaughton [Fri, 25 Aug 2023 01:28:45 +0000 (13:28 +1200)]
Notice fix on contact types browse

17 months agoAlso fix the isRepeatingEvent one
Eileen McNaughton [Fri, 25 Aug 2023 01:25:52 +0000 (13:25 +1200)]
Also fix the isRepeatingEvent one

17 months agoFix e-notice by removing conditionality
Eileen McNaughton [Fri, 25 Aug 2023 01:20:09 +0000 (13:20 +1200)]
Fix e-notice by removing conditionality

17 months agoSearchKit - Use correct action for getFields for in-place edit
colemanw [Wed, 23 Aug 2023 22:25:55 +0000 (18:25 -0400)]
SearchKit - Use correct action for getFields for in-place edit

Adds some caching to that function since it's called for every row

17 months agodev/core#4530 - Change email fields to text in search mode
colemanw [Wed, 23 Aug 2023 20:39:27 +0000 (16:39 -0400)]
dev/core#4530 - Change email fields to text in search mode

17 months agoMerge pull request #27145 from eileenmcnaughton/init
colemanw [Thu, 24 Aug 2023 23:58:02 +0000 (19:58 -0400)]
Merge pull request #27145 from eileenmcnaughton/init

Fold private function back into calling function