civicrm-core.git
11 months agoload the data from submission tableif submission id is passed
Kurund Jalmi [Fri, 18 Aug 2023 12:17:02 +0000 (13:17 +0100)]
load the data from submission tableif submission id is passed

11 months agoadd batch action for processing submissions
Kurund Jalmi [Tue, 15 Aug 2023 14:32:17 +0000 (15:32 +0100)]
add batch action for processing submissions

11 months agoadd new process api to fetch the data from submissions and save to various tables...
Kurund Jalmi [Mon, 14 Aug 2023 16:34:05 +0000 (17:34 +0100)]
add new process api to fetch the data from submissions and save to various tables in Civi

11 months agoupdate packaged SK for form submissions
Kurund Jalmi [Fri, 11 Aug 2023 13:13:16 +0000 (14:13 +0100)]
update packaged SK for form submissions

11 months agolets not process data if email confirmation is enabled.
Kurund Jalmi [Fri, 11 Aug 2023 12:34:59 +0000 (13:34 +0100)]
lets not process data if email confirmation is enabled.

11 months agoadd email verification flag in the UI and API
Kurund Jalmi [Fri, 11 Aug 2023 12:04:22 +0000 (13:04 +0100)]
add email verification flag in the UI and API

11 months agoMerge pull request #28485 from eileenmcnaughton/transaction
Matthew Wire [Wed, 6 Dec 2023 00:23:25 +0000 (00:23 +0000)]
Merge pull request #28485 from eileenmcnaughton/transaction

Add deprecation to transition components

11 months agoMerge pull request #28489 from eileenmcnaughton/membership_type_write
Matthew Wire [Wed, 6 Dec 2023 00:22:20 +0000 (00:22 +0000)]
Merge pull request #28489 from eileenmcnaughton/membership_type_write

Partial standardisation of MembershipType::Add

11 months agoMerge pull request #28498 from eileenmcnaughton/main_notice_
Matthew Wire [Wed, 6 Dec 2023 00:12:41 +0000 (00:12 +0000)]
Merge pull request #28498 from eileenmcnaughton/main_notice_

Remove notice from main donate page

11 months agoMerge pull request #28509 from pradpnayak/mappingseaechkit
Matthew Wire [Wed, 6 Dec 2023 00:11:05 +0000 (00:11 +0000)]
Merge pull request #28509 from pradpnayak/mappingseaechkit

Added Export Mapping search kit UI

11 months agoMerge pull request #28508 from pradpnayak/mappingseaech
Matthew Wire [Wed, 6 Dec 2023 00:10:12 +0000 (00:10 +0000)]
Merge pull request #28508 from pradpnayak/mappingseaech

make Mapping entity available on searchkit

11 months agoMerge pull request #28438 from colemanw/civiGrantCleanup
Matthew Wire [Wed, 6 Dec 2023 00:06:05 +0000 (00:06 +0000)]
Merge pull request #28438 from colemanw/civiGrantCleanup

Civi grant cleanup

11 months agoMerge pull request #28515 from MegaphoneJon/sk-undefined-array-key
Matthew Wire [Wed, 6 Dec 2023 00:04:24 +0000 (00:04 +0000)]
Merge pull request #28515 from MegaphoneJon/sk-undefined-array-key

SearchKit: Don't assume a comparison value when none exists

11 months agoMerge pull request #28524 from totten/master-exception
Seamus Lee [Wed, 6 Dec 2023 00:03:14 +0000 (11:03 +1100)]
Merge pull request #28524 from totten/master-exception

TemplateTrait - Fix references to CRM_Core_Exception

11 months agoMerge pull request #28526 from 19ATF72/mailing-component-edit-page-link
Seamus Lee [Tue, 5 Dec 2023 23:39:12 +0000 (10:39 +1100)]
Merge pull request #28526 from 19ATF72/mailing-component-edit-page-link

Fix ID retrieval for MailingComponent edit page

11 months agoMerge pull request #28472 from 19ATF72/mailing-component-searchkit
Seamus Lee [Tue, 5 Dec 2023 23:36:04 +0000 (10:36 +1100)]
Merge pull request #28472 from 19ATF72/mailing-component-searchkit

Add MailingComponent.php

11 months agoFix ID retrieval for MailingComponent edit page
19ATF72 [Tue, 5 Dec 2023 22:38:07 +0000 (14:38 -0800)]
Fix ID retrieval for MailingComponent edit page

11 months agoMerge pull request #28500 from pradpnayak/urlChange
colemanw [Tue, 5 Dec 2023 22:40:20 +0000 (22:40 +0000)]
Merge pull request #28500 from pradpnayak/urlChange

Changed the URL path for DatePreference screen

11 months agoTemplateTrait - Fix references to CRM_Core_Exception
Tim Otten [Tue, 5 Dec 2023 22:21:19 +0000 (22:21 +0000)]
TemplateTrait - Fix references to CRM_Core_Exception

There are a few places where this class throws exceptions. It's quite uncommon. But if it happens, then it won't work right.

11 months agoMerge pull request #28441 from vingle/a11y-accordions-ang
Rich Lott [Tue, 5 Dec 2023 21:46:06 +0000 (21:46 +0000)]
Merge pull request #28441 from vingle/a11y-accordions-ang

Applies accessible accordion to SearchKit, adds fallbacks

11 months agoMerge pull request #28490 from mattwire/dorefund
Eileen McNaughton [Tue, 5 Dec 2023 20:33:31 +0000 (09:33 +1300)]
Merge pull request #28490 from mattwire/dorefund

Clarify doRefund() signature

11 months agoMerge pull request #28516 from demeritcowboy/regen
Eileen McNaughton [Tue, 5 Dec 2023 20:29:05 +0000 (09:29 +1300)]
Merge pull request #28516 from demeritcowboy/regen

Regen

12 months agoMerge pull request #28452 from colemanw/autocompleteValues
Matthew Wire [Tue, 5 Dec 2023 18:38:19 +0000 (18:38 +0000)]
Merge pull request #28452 from colemanw/autocompleteValues

APIv4 - Pass form values to autocomplete field

12 months agoClarify doRefund() signature
Matthew Wire [Tue, 5 Dec 2023 00:19:36 +0000 (00:19 +0000)]
Clarify doRefund() signature

12 months agoMerge pull request #28510 from pradpnayak/providerapi
colemanw [Tue, 5 Dec 2023 17:11:11 +0000 (17:11 +0000)]
Merge pull request #28510 from pradpnayak/providerapi

Add SMS provider API 4 Support

12 months agoregen
demeritcowboy [Tue, 5 Dec 2023 17:05:23 +0000 (12:05 -0500)]
regen

12 months agoMerge pull request #28507 from artfulrobot/artfulrobot-e2e-errortest-1
Rich Lott [Tue, 5 Dec 2023 16:42:38 +0000 (16:42 +0000)]
Merge pull request #28507 from artfulrobot/artfulrobot-e2e-errortest-1

Standalone: fix e2e error message test(s)

12 months agoMerge pull request #27162 from eileenmcnaughton/text
demeritcowboy [Tue, 5 Dec 2023 16:33:59 +0000 (11:33 -0500)]
Merge pull request #27162 from eileenmcnaughton/text

Add userEnteredText as generic workflow template smarty variable

12 months agoSearchKit: Don't assume a comparison value when none exists
Jon Goldberg [Tue, 5 Dec 2023 16:33:53 +0000 (11:33 -0500)]
SearchKit: Don't assume a comparison value when none exists

12 months agoAdded Export Mapping search kit UI
Pradeep Nayak [Tue, 5 Dec 2023 14:32:46 +0000 (14:32 +0000)]
Added Export Mapping search kit UI

12 months agoMerge pull request #28499 from ufundo/afform-json-php
colemanw [Tue, 5 Dec 2023 15:34:26 +0000 (15:34 +0000)]
Merge pull request #28499 from ufundo/afform-json-php

convert .aff.json to .aff.php and add ts()

12 months agoAdd SMS provider API 4 Support
Pradeep Nayak [Tue, 5 Dec 2023 14:44:22 +0000 (14:44 +0000)]
Add SMS provider API 4 Support

12 months agostandalone: fix test, cleanup unnecessary javascript
Rich Lott / Artful Robot [Tue, 5 Dec 2023 14:15:19 +0000 (14:15 +0000)]
standalone: fix test, cleanup unnecessary javascript

12 months agomake Mapping entity available on searchkit
Pradeep Nayak [Tue, 5 Dec 2023 14:19:28 +0000 (14:19 +0000)]
make Mapping entity available on searchkit

12 months agoMerge pull request #28475 from artfulrobot/artfulrobot-testPaths_getUrl-fix
Tim Otten [Tue, 5 Dec 2023 13:48:50 +0000 (13:48 +0000)]
Merge pull request #28475 from artfulrobot/artfulrobot-testPaths_getUrl-fix

standalone: fix failing E2E test due to getting resource base URL

12 months agostandalone: fix failing E2E test due to getting resource base URL
Rich Lott / Artful Robot [Mon, 4 Dec 2023 18:54:39 +0000 (18:54 +0000)]
standalone: fix failing E2E test due to getting resource base URL

Fixes E2E\Core\PathUrlTest::testPaths_getUrl

12 months agoUpdate ext/civi_mail/Civi/Api4/MailingComponent.php
19ATF72 [Tue, 5 Dec 2023 12:24:08 +0000 (12:24 +0000)]
Update ext/civi_mail/Civi/Api4/MailingComponent.php

Co-authored-by: colemanw <coleman@civicrm.org>
12 months agoMerge pull request #28478 from wmortada/standalone-fields
Rich Lott [Tue, 5 Dec 2023 12:16:44 +0000 (12:16 +0000)]
Merge pull request #28478 from wmortada/standalone-fields

Standalone - Make active field required and labelled enabled

12 months agoFix string parameter being passed non string variable
19ATF72 [Tue, 5 Dec 2023 11:53:10 +0000 (03:53 -0800)]
Fix string parameter being passed non string variable

12 months agoconvert .aff.json to .aff.php and add ts()
benjamin [Tue, 5 Dec 2023 10:45:08 +0000 (10:45 +0000)]
convert .aff.json to .aff.php and add ts()

12 months agoChanged the URL path for DatePreference screen
Pradeep Nayak [Tue, 5 Dec 2023 11:16:25 +0000 (11:16 +0000)]
Changed the URL path for DatePreference screen

12 months agoMerge pull request #28494 from eileenmcnaughton/crazy_param
Eileen McNaughton [Tue, 5 Dec 2023 09:14:46 +0000 (22:14 +1300)]
Merge pull request #28494 from eileenmcnaughton/crazy_param

Cleanup return on processContact

12 months agoCleanup return on processContact
Eileen McNaughton [Tue, 5 Dec 2023 04:26:35 +0000 (17:26 +1300)]
Cleanup return on processContact

12 months agoRemove notice from main donate page
Eileen McNaughton [Tue, 5 Dec 2023 08:20:14 +0000 (21:20 +1300)]
Remove notice from main donate page

auto_renew is added to the form after allowAutoRenewMembership is assigned, and only if it
is true - so the check for cj('auto_renew') is not enhanced by the check for the variable
- but it DOES lead to notices on the other pages

12 months agoPartial standardisation of MembershipType::Add
Eileen McNaughton [Tue, 5 Dec 2023 00:03:38 +0000 (13:03 +1300)]
Partial standardisation of MembershipType::Add

12 months agoMerge pull request #28486 from 19ATF72/contributor-update
Eileen McNaughton [Mon, 4 Dec 2023 22:32:52 +0000 (11:32 +1300)]
Merge pull request #28486 from 19ATF72/contributor-update

Update contributor-key.yml

12 months agoMerge pull request #28398 from MegaphoneJon/better-ajax-error-handling
Eileen McNaughton [Mon, 4 Dec 2023 21:41:26 +0000 (10:41 +1300)]
Merge pull request #28398 from MegaphoneJon/better-ajax-error-handling

ensure exception class supports getErrorData

12 months agoUpdate contributor-key.yml
19ATF72 [Mon, 4 Dec 2023 21:38:33 +0000 (21:38 +0000)]
Update contributor-key.yml

12 months agoAdd deprecation to transition components
Eileen McNaughton [Mon, 4 Dec 2023 21:15:00 +0000 (10:15 +1300)]
Add deprecation to transition components

Deprecate transitionComponents

12 months agoMerge pull request #28425 from demeritcowboy/lang-eco
Tim Otten [Mon, 4 Dec 2023 21:09:31 +0000 (21:09 +0000)]
Merge pull request #28425 from demeritcowboy/lang-eco

Update language download during install to use existing folder if present

12 months agoMerge pull request #26227 from eileenmcnaughton/payment
Matthew Wire [Mon, 4 Dec 2023 20:59:14 +0000 (20:59 +0000)]
Merge pull request #26227 from eileenmcnaughton/payment

Use payment create rather than transitionComponents

12 months agoMake active flag required and labelled enabled
William Mortada [Sun, 3 Dec 2023 12:05:07 +0000 (12:05 +0000)]
Make active flag required and labelled enabled

12 months agoAdd MailingComponent.php
19ATF72 [Mon, 4 Dec 2023 19:24:12 +0000 (11:24 -0800)]
Add MailingComponent.php

12 months agoensure this exception class supports getErrorData
Jon Goldberg [Fri, 1 Dec 2023 20:11:17 +0000 (15:11 -0500)]
ensure this exception class supports getErrorData

12 months agoMerge pull request #28419 from ufundo/standalone-url-test
Rich Lott [Mon, 4 Dec 2023 18:46:24 +0000 (18:46 +0000)]
Merge pull request #28419 from ufundo/standalone-url-test

Standalone PathUrlTest

12 months agoMerge pull request #28470 from demeritcowboy/not4
colemanw [Mon, 4 Dec 2023 18:08:21 +0000 (18:08 +0000)]
Merge pull request #28470 from demeritcowboy/not4

Use buttons instead of buttons, but only when not 4, but also if it's 4

12 months agotest Standalone urls (use drupal format)
benjamin [Sat, 2 Dec 2023 15:54:21 +0000 (15:54 +0000)]
test Standalone urls (use drupal format)

12 months agopat => pattern
benjamin [Sat, 2 Dec 2023 15:53:43 +0000 (15:53 +0000)]
pat => pattern

12 months agotypo in joomla path
benjamin [Mon, 4 Dec 2023 17:11:26 +0000 (17:11 +0000)]
typo in joomla path

12 months agoMerge pull request #28449 from vingle/a11y-fbuilder
colemanw [Mon, 4 Dec 2023 16:15:07 +0000 (16:15 +0000)]
Merge pull request #28449 from vingle/a11y-fbuilder

Applies accessible accordion to FormBuilder's 'collapsible' output

12 months agoMerge pull request #28469 from jaapjansma/language_clean_up
Matthew Wire [Mon, 4 Dec 2023 14:57:28 +0000 (14:57 +0000)]
Merge pull request #28469 from jaapjansma/language_clean_up

dev/core#4411: follow up PR of the language pr, this cleans up an unused functions

12 months agoMerge pull request #28463 from eileenmcnaughton/processAmount
Matthew Wire [Mon, 4 Dec 2023 14:56:48 +0000 (14:56 +0000)]
Merge pull request #28463 from eileenmcnaughton/processAmount

Add warnings to processAmount

12 months agoMerge pull request #28459 from eileenmcnaughton/deprecate
Matthew Wire [Mon, 4 Dec 2023 14:53:26 +0000 (14:53 +0000)]
Merge pull request #28459 from eileenmcnaughton/deprecate

Stop using & deprectate `getSalesTaxTerm`

12 months agoMerge pull request #28461 from eileenmcnaughton/add_payment
Matthew Wire [Mon, 4 Dec 2023 14:52:32 +0000 (14:52 +0000)]
Merge pull request #28461 from eileenmcnaughton/add_payment

Fix tests calling AdditionalPayment form to use full flow, add standard ID get functions

12 months agoMerge pull request #27496 from eileenmcnaughton/activity_view
demeritcowboy [Mon, 4 Dec 2023 13:44:25 +0000 (08:44 -0500)]
Merge pull request #27496 from eileenmcnaughton/activity_view

Fix activity view bug where an activity type id in the url overrides …

12 months agouse buttons instead of buttons, but only when not 4, but also if it's 4
demeritcowboy [Mon, 4 Dec 2023 05:37:45 +0000 (00:37 -0500)]
use buttons instead of buttons, but only when not 4, but also if it's 4

12 months agoMerge pull request #28462 from eileenmcnaughton/notice_mem
demeritcowboy [Mon, 4 Dec 2023 12:57:26 +0000 (07:57 -0500)]
Merge pull request #28462 from eileenmcnaughton/notice_mem

Notice fix in membership_online_receipt

12 months agoMerge pull request #28448 from colemanw/summaryStyle
Rich Lott [Mon, 4 Dec 2023 12:49:04 +0000 (12:49 +0000)]
Merge pull request #28448 from colemanw/summaryStyle

Greenwich - Fix styling of summary collapsible element

12 months agodev/core#4411: follow up PR of the language pr, this cleans up an unused function
Jaap Jansma [Mon, 4 Dec 2023 12:24:23 +0000 (13:24 +0100)]
dev/core#4411: follow up PR of the language pr, this cleans up an unused function

12 months agoMerge pull request #28420 from wmortada/standalone-roles2
Rich Lott [Mon, 4 Dec 2023 11:56:11 +0000 (11:56 +0000)]
Merge pull request #28420 from wmortada/standalone-roles2

Standalone - add name and delete en/disable actions for roles

12 months agoFormBuilder - Use summary/details instead of af-collapsible
colemanw [Mon, 4 Dec 2023 11:04:01 +0000 (11:04 +0000)]
FormBuilder - Use summary/details instead of af-collapsible

12 months agoMerge pull request #28429 from wmortada/standalone-roles3
Rich Lott [Mon, 4 Dec 2023 11:19:14 +0000 (11:19 +0000)]
Merge pull request #28429 from wmortada/standalone-roles3

Standalone - remove role from users on deletion

12 months agoAfform - Handle details element at runtime
colemanw [Mon, 4 Dec 2023 10:12:39 +0000 (10:12 +0000)]
Afform - Handle details element at runtime

12 months agoFIx tests caling AdditionalPayment form to use full flow, add getContributionID(...
Eileen McNaughton [Mon, 4 Dec 2023 00:44:39 +0000 (13:44 +1300)]
FIx tests caling AdditionalPayment form to use full flow, add getContributionID() function

12 months agoMerge pull request #28465 from lemniscus/fix-typo-entitiy
Eileen McNaughton [Mon, 4 Dec 2023 08:33:00 +0000 (21:33 +1300)]
Merge pull request #28465 from lemniscus/fix-typo-entitiy

[NFC] Fix a tiypo

12 months agoFix a tiypo
Noah Miller [Mon, 4 Dec 2023 07:06:45 +0000 (23:06 -0800)]
Fix a tiypo

12 months agoMerge pull request #28321 from colemanw/angEverywhere
Seamus Lee [Mon, 4 Dec 2023 04:38:41 +0000 (15:38 +1100)]
Merge pull request #28321 from colemanw/angEverywhere

dev/core#4811 AngularJs - Load on every page

12 months agoAdd warnings to processAmount
Eileen McNaughton [Mon, 4 Dec 2023 01:47:41 +0000 (14:47 +1300)]
Add warnings to processAmount

12 months agoNotice fix in membership_online_receipt
Eileen McNaughton [Mon, 4 Dec 2023 01:32:27 +0000 (14:32 +1300)]
Notice fix in membership_online_receipt

12 months agoMerge pull request #28455 from ufundo/standalone-public-civimail-sub
Tim Otten [Mon, 4 Dec 2023 01:00:55 +0000 (01:00 +0000)]
Merge pull request #28455 from ufundo/standalone-public-civimail-sub

fix standalone permission for civimail subscribe pages

12 months agoMerge pull request #28460 from colemanw/searchKitAutocompleteById
Eileen McNaughton [Mon, 4 Dec 2023 00:30:56 +0000 (13:30 +1300)]
Merge pull request #28460 from colemanw/searchKitAutocompleteById

SearchKit - Ensure result autocompleted by id is excluded from subsequent pages

12 months agoMerge pull request #28458 from civicrm/5.68
Eileen McNaughton [Mon, 4 Dec 2023 00:07:34 +0000 (13:07 +1300)]
Merge pull request #28458 from civicrm/5.68

Merge 5.68 to master

12 months agoSearchKit - Ensure result autocompleted by id is excluded from subsequent pages
colemanw [Sun, 3 Dec 2023 23:36:10 +0000 (23:36 +0000)]
SearchKit - Ensure result autocompleted by id is excluded from subsequent pages

12 months agoStop using & deprectate getSalesTaxTerm
Eileen McNaughton [Sun, 3 Dec 2023 23:18:18 +0000 (12:18 +1300)]
Stop using & deprectate getSalesTaxTerm

This function made sense we we have that non-standard way of saving
the taxTerm setting but now it just hides what the one-liner is doing

12 months agoMerge pull request #28457 from braders/php8-ParticipantStatusType
Eileen McNaughton [Sun, 3 Dec 2023 23:15:29 +0000 (12:15 +1300)]
Merge pull request #28457 from braders/php8-ParticipantStatusType

[REF][PHP8.2] Declare property in CRM_Admin_Form_ParticipantStatusType

12 months agoUse payment create rather than transitionComponents
Eileen McNaughton [Tue, 16 May 2023 00:57:23 +0000 (12:57 +1200)]
Use payment create rather than transitionComponents

12 months agoMerge pull request #28453 from jaapjansma/standalone_language_and_timezone
colemanw [Sun, 3 Dec 2023 22:58:00 +0000 (22:58 +0000)]
Merge pull request #28453 from jaapjansma/standalone_language_and_timezone

dev/core#4411 fix issue with user language

12 months ago[REF][PHP8.2] Declare property in CRM_Admin_Form_ParticipantStatusType
Bradley Taylor [Sun, 3 Dec 2023 21:45:12 +0000 (21:45 +0000)]
[REF][PHP8.2] Declare property in CRM_Admin_Form_ParticipantStatusType

12 months agoMerge pull request #28421 from vingle/a11y-accordions-3
Eileen McNaughton [Sun, 3 Dec 2023 21:23:14 +0000 (10:23 +1300)]
Merge pull request #28421 from vingle/a11y-accordions-3

 Applies accessible accordion to Activity Search

12 months agodev/core#4411 fix issue with user language
Jaap Jansma [Sun, 3 Dec 2023 21:22:31 +0000 (22:22 +0100)]
dev/core#4411 fix issue with user language

12 months agoFix activity view bug where an activity type id in the url overrides the actual activ...
Eileen McNaughton [Mon, 18 Sep 2023 21:29:23 +0000 (09:29 +1200)]
Fix activity view bug where an activity type id in the url overrides the actual activity type id

When we view an activity there is code in the template that renders differently depending on the
activity type id. However, if the activity ID (atype) is wrong in the url it gives the url precedence

This is a bit obscure - I hit it when I changed the activity type id in the database & the view
did not update

12 months agoMerge pull request #28451 from wmortada/standalone-protected-roles
Eileen McNaughton [Sun, 3 Dec 2023 20:53:48 +0000 (09:53 +1300)]
Merge pull request #28451 from wmortada/standalone-protected-roles

Standalone - Protect admin and everyone roles

12 months agofix standalone permission for civimail subscribe pages
benjamin [Sun, 3 Dec 2023 19:50:12 +0000 (19:50 +0000)]
fix standalone permission for civimail subscribe pages

12 months agoMerge pull request #28436 from artfulrobot/standalone-abs-paths
colemanw [Sun, 3 Dec 2023 19:45:14 +0000 (19:45 +0000)]
Merge pull request #28436 from artfulrobot/standalone-abs-paths

Standalone absolute paths

12 months agoMerge pull request #28450 from demeritcowboy/regen
colemanw [Sun, 3 Dec 2023 19:43:21 +0000 (19:43 +0000)]
Merge pull request #28450 from demeritcowboy/regen

regen

12 months agoAPIv4 - Pass form values to autocomplete field
colemanw [Sun, 3 Dec 2023 18:03:05 +0000 (18:03 +0000)]
APIv4 - Pass form values to autocomplete field

12 months agoRebase
Nicol [Sun, 3 Dec 2023 18:58:44 +0000 (18:58 +0000)]
Rebase

12 months agoMerge pull request #28444 from braders/php8-timespent
Matthew Wire [Sun, 3 Dec 2023 18:38:22 +0000 (18:38 +0000)]
Merge pull request #28444 from braders/php8-timespent

[REF][PHP8.2] Declare properties in TimeSpent report

12 months agoMerge pull request #28409 from colemanw/toolbar
Matthew Wire [Sun, 3 Dec 2023 18:37:17 +0000 (18:37 +0000)]
Merge pull request #28409 from colemanw/toolbar

SearchKit - Fix toolbar display when not using pager

12 months agoMerge pull request #28454 from colemanw/searchKitMenuHide
Rich Lott [Sun, 3 Dec 2023 18:37:09 +0000 (18:37 +0000)]
Merge pull request #28454 from colemanw/searchKitMenuHide

SearchKit - Hide empty menus