civicrm-core.git
2 years agoRemove redundant status seting in IPN
Eileen McNaughton [Fri, 1 Apr 2022 04:26:52 +0000 (17:26 +1300)]
Remove redundant status seting in IPN

2 years agoMerge pull request #23073 from colemanw/contactTypeIcon
colemanw [Sun, 3 Apr 2022 15:49:20 +0000 (11:49 -0400)]
Merge pull request #23073 from colemanw/contactTypeIcon

Add civicrm_contact_type.icon column

2 years agoMerge pull request #22376 from colemanw/searchKitInPlaceCreate
Eileen McNaughton [Sat, 2 Apr 2022 21:20:37 +0000 (09:20 +1200)]
Merge pull request #22376 from colemanw/searchKitInPlaceCreate

SearchKit - Allow creation of new records via in-place edit

2 years agoMerge pull request #23090 from civicrm/dependabot/npm_and_yarn/minimist-1.2.6
Seamus Lee [Sat, 2 Apr 2022 10:49:35 +0000 (21:49 +1100)]
Merge pull request #23090 from civicrm/dependabot/npm_and_yarn/minimist-1.2.6

Bump minimist from 1.2.5 to 1.2.6

2 years agoMerge pull request #23049 from pradpnayak/addUniquieId
Yashodha Chaku [Sat, 2 Apr 2022 10:16:35 +0000 (15:46 +0530)]
Merge pull request #23049 from pradpnayak/addUniquieId

Add membership_id as a reference to the row

2 years agoBump minimist from 1.2.5 to 1.2.6
dependabot[bot] [Sat, 2 Apr 2022 05:07:05 +0000 (05:07 +0000)]
Bump minimist from 1.2.5 to 1.2.6

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #23088 from seamuslee001/update_composer_compile_plugin
Tim Otten [Sat, 2 Apr 2022 05:06:43 +0000 (22:06 -0700)]
Merge pull request #23088 from seamuslee001/update_composer_compile_plugin

[REF] Update Composer compile plugin

2 years ago[REF] Update Composer compile plugin
Seamus Lee [Sat, 2 Apr 2022 00:15:19 +0000 (11:15 +1100)]
[REF] Update Composer compile plugin

2 years agoMerge pull request #23085 from civicrm/5.48
Eileen McNaughton [Fri, 1 Apr 2022 20:49:35 +0000 (09:49 +1300)]
Merge pull request #23085 from civicrm/5.48

5.48

2 years agoMerge pull request #23086 from demeritcowboy/report-filter
Eileen McNaughton [Fri, 1 Apr 2022 20:49:22 +0000 (09:49 +1300)]
Merge pull request #23086 from demeritcowboy/report-filter

dev/core#3153 - Fix missing filter summary on CiviReports

2 years agoMerge pull request #23034 from colemanw/searchKitIcons
colemanw [Fri, 1 Apr 2022 20:24:37 +0000 (16:24 -0400)]
Merge pull request #23034 from colemanw/searchKitIcons

SearchKit - Add icon support

2 years agoMerge pull request #23042 from eileenmcnaughton/sane
colemanw [Fri, 1 Apr 2022 20:20:17 +0000 (16:20 -0400)]
Merge pull request #23042 from eileenmcnaughton/sane

Finish conversion of static function to non-static

2 years agoMerge pull request #23069 from eileenmcnaughton/triggers
colemanw [Fri, 1 Apr 2022 20:18:23 +0000 (16:18 -0400)]
Merge pull request #23069 from eileenmcnaughton/triggers

Avoid trailing spaces in trigger output

2 years agofix missing filter summary
demeritcowboy [Fri, 1 Apr 2022 17:55:22 +0000 (13:55 -0400)]
fix missing filter summary

2 years agoSearchKit - Add icon support
Coleman Watts [Fri, 25 Mar 2022 15:46:13 +0000 (11:46 -0400)]
SearchKit - Add icon support

This allows each column to have one or more icons, based on a field value or a conditional rule.

2 years agoSearchKit - Fix deleting css rule
Coleman Watts [Fri, 25 Mar 2022 15:20:48 +0000 (11:20 -0400)]
SearchKit - Fix deleting css rule

Missing argument to splice was causing all rules to be deleted instead of just the one clicked on.

Also updates style to match other delete buttons in searchKit.

2 years agojQuery - Switch from deprecated `done()` to more standard `then()`
Coleman Watts [Fri, 25 Mar 2022 15:19:16 +0000 (11:19 -0400)]
jQuery - Switch from deprecated `done()` to more standard `then()`

2 years agoMerge pull request #23051 from adixon/3031-smart-subscribe-check-sql
demeritcowboy [Fri, 1 Apr 2022 16:46:26 +0000 (12:46 -0400)]
Merge pull request #23051 from adixon/3031-smart-subscribe-check-sql

split sql select into two selects for performance reasons

2 years agoMerge pull request #22996 from colemanw/optionGroupShape
colemanw [Fri, 1 Apr 2022 16:41:05 +0000 (12:41 -0400)]
Merge pull request #22996 from colemanw/optionGroupShape

Add option_value_fields metadata

2 years agosplit sql select into two selects for performance reasons
Alan Dixon [Mon, 28 Mar 2022 20:23:52 +0000 (16:23 -0400)]
split sql select into two selects for performance reasons

2 years agoAdd membership_id as a reference to the row
Pradeep Nayak [Mon, 28 Mar 2022 00:05:51 +0000 (01:05 +0100)]
Add membership_id as a reference to the row

2 years agoMerge pull request #23075 from civicrm/5.48
colemanw [Fri, 1 Apr 2022 02:30:15 +0000 (22:30 -0400)]
Merge pull request #23075 from civicrm/5.48

5.48

2 years agoMerge pull request #23078 from eileenmcnaughton/ft
colemanw [Fri, 1 Apr 2022 02:29:53 +0000 (22:29 -0400)]
Merge pull request #23078 from eileenmcnaughton/ft

Ensure formType is assigned to the template

2 years agoMerge pull request #23067 from MegaphoneJon/financial-account-improvements
colemanw [Fri, 1 Apr 2022 01:05:22 +0000 (21:05 -0400)]
Merge pull request #23067 from MegaphoneJon/financial-account-improvements

Add support for financial account custom fields

2 years agoMerge pull request #22971 from eileenmcnaughton/pay_later
colemanw [Fri, 1 Apr 2022 00:33:11 +0000 (20:33 -0400)]
Merge pull request #22971 from eileenmcnaughton/pay_later

Ensure pay_later variables assigned to template

2 years agoMerge pull request #22972 from eileenmcnaughton/notice_send
colemanw [Fri, 1 Apr 2022 00:32:05 +0000 (20:32 -0400)]
Merge pull request #22972 from eileenmcnaughton/notice_send

Ensure some variables are assigned to the template

2 years agoMerge pull request #23037 from eileenmcnaughton/assign2
colemanw [Fri, 1 Apr 2022 00:29:44 +0000 (20:29 -0400)]
Merge pull request #23037 from eileenmcnaughton/assign2

Ensure soft credit types are assigned to the template

2 years agoAdd civicrm_contact_type.icon column
Coleman Watts [Thu, 31 Mar 2022 21:21:45 +0000 (17:21 -0400)]
Add civicrm_contact_type.icon column

Toward dev/user-interface#26
This adds an icon column and populates it with data but does not yet expose it in the UI.
The next step is to switch the UI from using the image_URL column over to using the icon column.

2 years agoMerge pull request #23070 from colemanw/searchKitGroupByFix
demeritcowboy [Fri, 1 Apr 2022 00:03:45 +0000 (20:03 -0400)]
Merge pull request #23070 from colemanw/searchKitGroupByFix

SearchKit - Fix broken group-by caused by non-aggregated id column

2 years agoEnsre formType is assigned to the template
Eileen McNaughton [Thu, 31 Mar 2022 23:31:05 +0000 (12:31 +1300)]
Ensre formType is assigned to the template

2 years agoMerge pull request #23072 from eileenmcnaughton/isset
demeritcowboy [Thu, 31 Mar 2022 23:05:15 +0000 (19:05 -0400)]
Merge pull request #23072 from eileenmcnaughton/isset

Remove more isset from offline receipt

2 years agoMerge pull request #23071 from demeritcowboy/token-time
demeritcowboy [Thu, 31 Mar 2022 22:30:52 +0000 (18:30 -0400)]
Merge pull request #23071 from demeritcowboy/token-time

dev/core#3072 - Put contribution dates in message template back to not including time

2 years agoRemove more isset from offline receipt
Eileen McNaughton [Thu, 31 Mar 2022 21:11:48 +0000 (10:11 +1300)]
Remove more isset from offline receipt

2 years agoMerge pull request #23064 from eileenmcnaughton/isset
demeritcowboy [Thu, 31 Mar 2022 20:58:55 +0000 (16:58 -0400)]
Merge pull request #23064 from eileenmcnaughton/isset

Remove isset from event registration receipt

2 years agoput dates back to not including time
demeritcowboy [Thu, 31 Mar 2022 17:21:13 +0000 (13:21 -0400)]
put dates back to not including time

2 years agoSearchKit & Afform - Add option_value_fields info to managed option groups
Coleman Watts [Mon, 21 Mar 2022 18:18:10 +0000 (14:18 -0400)]
SearchKit & Afform - Add option_value_fields info to managed option groups

2 years agoAdd option_value_fields metadata
Coleman Watts [Thu, 31 Mar 2022 17:52:23 +0000 (13:52 -0400)]
Add option_value_fields metadata

This allows an optionGroup to declare which columns of the OptionValue table it uses.
Previously this was hard-coded into the form.

2 years agoSearchKit - Fix UI to allow aggregation of custom fields
Coleman Watts [Thu, 31 Mar 2022 13:49:55 +0000 (09:49 -0400)]
SearchKit - Fix UI to allow aggregation of custom fields

Fixes dev/core#3143

2 years agoSearchKit - Fix broken group-by caused by non-aggregated id column
Coleman Watts [Thu, 31 Mar 2022 13:42:42 +0000 (09:42 -0400)]
SearchKit - Fix broken group-by caused by non-aggregated id column

Before: The `id` column was being unconditionally added, breaking FULL_GROUP_BY sql
After: Let the Api4SelectQuery take care of it for DAO entities

2 years agoMerge pull request #23066 from colemanw/relationshipCacheJoins
colemanw [Thu, 31 Mar 2022 12:03:43 +0000 (08:03 -0400)]
Merge pull request #23066 from colemanw/relationshipCacheJoins

SearchKit - Fix joins when RelationshipCache is base search entity

2 years agoAvoid trailing spaces in trigger output
Eileen McNaughton [Thu, 31 Mar 2022 03:29:45 +0000 (16:29 +1300)]
Avoid trailing spaces in trigger output

2 years agoMerge pull request #23068 from seamuslee001/master
Seamus Lee [Thu, 31 Mar 2022 01:35:37 +0000 (12:35 +1100)]
Merge pull request #23068 from seamuslee001/master

5.48

2 years agoMerge branch '5.48'
Seamus Lee [Thu, 31 Mar 2022 01:33:11 +0000 (12:33 +1100)]
Merge branch '5.48'

2 years agoAdd support for financial account custom fields
Jon Goldberg [Thu, 31 Mar 2022 00:49:56 +0000 (20:49 -0400)]
Add support for financial account custom fields

2 years agoSearchKit - Fix joins when RelationshipCache is base search entity
Coleman Watts [Wed, 30 Mar 2022 23:58:05 +0000 (19:58 -0400)]
SearchKit - Fix joins when RelationshipCache is base search entity

2 years agoMerge pull request #23058 from eileenmcnaughton/ext_notice
Seamus Lee [Wed, 30 Mar 2022 23:16:18 +0000 (10:16 +1100)]
Merge pull request #23058 from eileenmcnaughton/ext_notice

Do not default-escape upgrade linkes + Enotice fix on Extension screen

2 years agoMerge pull request #23063 from demeritcowboy/timezone-multilingual
demeritcowboy [Wed, 30 Mar 2022 22:55:06 +0000 (18:55 -0400)]
Merge pull request #23063 from demeritcowboy/timezone-multilingual

dev/core#3151 - Don't localize event_tz field when backing up the field during upgrade

2 years agoRemove isset from event registration receipt
Eileen McNaughton [Wed, 30 Mar 2022 21:49:37 +0000 (10:49 +1300)]
Remove isset from event registration receipt

2 years agoRemove remaining empty checks on pay_later offline receipt
Eileen McNaughton [Wed, 30 Mar 2022 21:47:10 +0000 (10:47 +1300)]
Remove remaining empty checks on pay_later offline receipt

2 years agoMerge pull request #23060 from eileenmcnaughton/isset
Seamus Lee [Wed, 30 Mar 2022 20:57:59 +0000 (07:57 +1100)]
Merge pull request #23060 from eileenmcnaughton/isset

Remove issets from event_offline_receipt pay_later_text

2 years agodon't localize event_tz field when backing up
demeritcowboy [Wed, 30 Mar 2022 19:41:50 +0000 (15:41 -0400)]
don't localize event_tz field when backing up

2 years agoMerge pull request #23062 from MegaphoneJon/fix-batch-url
Eileen McNaughton [Wed, 30 Mar 2022 20:34:48 +0000 (09:34 +1300)]
Merge pull request #23062 from MegaphoneJon/fix-batch-url

[NFC] Fix URL documenting Batch entity

2 years ago[NFC] Fix URL documenting use of Batch entity
Jon Goldberg [Wed, 30 Mar 2022 16:02:06 +0000 (12:02 -0400)]
[NFC] Fix URL documenting use of Batch entity

2 years agoMerge pull request #23006 from eileenmcnaughton/task
demeritcowboy [Wed, 30 Mar 2022 14:40:34 +0000 (10:40 -0400)]
Merge pull request #23006 from eileenmcnaughton/task

Fix notices on Task.tpl (grumpy mode)

2 years agoRemove issets from event_offline_receipt pay_later_text
Eileen McNaughton [Wed, 30 Mar 2022 03:28:49 +0000 (16:28 +1300)]
Remove issets from event_offline_receipt pay_later_text

2 years agoMerge pull request #23017 from eileenmcnaughton/second
Eileen McNaughton [Wed, 30 Mar 2022 03:15:42 +0000 (16:15 +1300)]
Merge pull request #23017 from eileenmcnaughton/second

Remove isset(taxAmount) from membership online receipt

2 years agoMore notice fixes
Eileen McNaughton [Wed, 30 Mar 2022 01:58:31 +0000 (14:58 +1300)]
More notice fixes

2 years agoEscape the upgrade link
Eileen McNaughton [Wed, 30 Mar 2022 01:43:54 +0000 (14:43 +1300)]
Escape the upgrade link

2 years agoEnotice fix on Extension screen
Eileen McNaughton [Wed, 30 Mar 2022 01:40:30 +0000 (14:40 +1300)]
Enotice fix on Extension screen

2 years agoRemove isset(taxAmount) from membership online receipt
Eileen McNaughton [Tue, 29 Mar 2022 22:03:14 +0000 (11:03 +1300)]
Remove isset(taxAmount) from membership online receipt

2 years agoFinish conversion of static function to non-static
Eileen McNaughton [Sat, 26 Mar 2022 01:50:07 +0000 (14:50 +1300)]
Finish conversion of static function to non-static

The processSecondaryContribution function is no longer static but the class still passes itself
to the function as the form parameter. This updates calls to form to calls to this.

Also for clarity the function is made private

I did do a quick universe search to confirm no calls to it - even thought they
would have been clearly unsupported

2 years agoMerge pull request #23054 from ginkgomzd/payflow-no-urlencode
Eileen McNaughton [Tue, 29 Mar 2022 21:04:48 +0000 (10:04 +1300)]
Merge pull request #23054 from ginkgomzd/payflow-no-urlencode

do not URL Encode parameters for PayFlowPro

2 years agodo not URL Encode AMT (amount) parameter for PayFlowPro
ginkgoMZD [Mon, 28 Mar 2022 22:15:40 +0000 (18:15 -0400)]
do not URL Encode AMT (amount) parameter for PayFlowPro

2 years agoMerge pull request #22532 from seamuslee001/dev_core_3034
demeritcowboy [Mon, 28 Mar 2022 23:43:43 +0000 (19:43 -0400)]
Merge pull request #22532 from seamuslee001/dev_core_3034

dev/core#3034 Ensure that filename contains the file extension for PDFs

2 years agoMerge pull request #23050 from demeritcowboy/upmerge
Eileen McNaughton [Mon, 28 Mar 2022 22:45:37 +0000 (11:45 +1300)]
Merge pull request #23050 from demeritcowboy/upmerge

5.48

2 years agoMerge pull request #23053 from demeritcowboy/broken-contact
Eileen McNaughton [Mon, 28 Mar 2022 22:44:26 +0000 (11:44 +1300)]
Merge pull request #23053 from demeritcowboy/broken-contact

dev/core#3142 - Contact form and summary page completely broken

2 years agocontact form/summarypage completely broken
demeritcowboy [Mon, 28 Mar 2022 21:11:17 +0000 (17:11 -0400)]
contact form/summarypage completely broken

2 years agoregen
demeritcowboy [Mon, 28 Mar 2022 13:15:07 +0000 (09:15 -0400)]
regen

2 years agoupmerge relevant files from 22940
demeritcowboy [Mon, 28 Mar 2022 13:02:39 +0000 (09:02 -0400)]
upmerge relevant files from 22940

2 years agoMerge pull request #23045 from braders/chartenabled-var-expected
Eileen McNaughton [Mon, 28 Mar 2022 02:50:04 +0000 (15:50 +1300)]
Merge pull request #23045 from braders/chartenabled-var-expected

Add chartEnabled to expectedSmartyVariables for reports

2 years agoMerge pull request #23046 from braders/pricefield-php-notices
Eileen McNaughton [Mon, 28 Mar 2022 02:49:27 +0000 (15:49 +1300)]
Merge pull request #23046 from braders/pricefield-php-notices

Avoid PHP notices from smarty on pricefield table

2 years agoMerge pull request #22940 from demeritcowboy/revert-timezone-upgrade
Tim Otten [Sun, 27 Mar 2022 21:36:42 +0000 (14:36 -0700)]
Merge pull request #22940 from demeritcowboy/revert-timezone-upgrade

dev/core#2122 - Upgrade scripts for revert event timezones

2 years agoMerge pull request #23047 from civicrm/5.48
Eileen McNaughton [Sun, 27 Mar 2022 20:54:45 +0000 (09:54 +1300)]
Merge pull request #23047 from civicrm/5.48

5.48

2 years agoMerge pull request #23035 from colemanw/mergeContactsRedirectFix
demeritcowboy [Sun, 27 Mar 2022 18:33:49 +0000 (14:33 -0400)]
Merge pull request #23035 from colemanw/mergeContactsRedirectFix

Dedupe - Fix redirecting to contact after merge

2 years agoMerge pull request #23028 from civicrm/5.48
demeritcowboy [Sun, 27 Mar 2022 17:39:46 +0000 (13:39 -0400)]
Merge pull request #23028 from civicrm/5.48

5.48

2 years agoAvoid PHP notices from smarty on pricefield table
Bradley Taylor [Sun, 27 Mar 2022 08:44:05 +0000 (09:44 +0100)]
Avoid PHP notices from smarty on pricefield table

2 years agoAdd chartEnabled to expectedSmartyVariables for reports
Bradley Taylor [Sun, 27 Mar 2022 07:54:35 +0000 (08:54 +0100)]
Add chartEnabled to expectedSmartyVariables for reports

2 years agoMerge pull request #23044 from braders/https-maps-links
Eileen McNaughton [Sun, 27 Mar 2022 00:11:56 +0000 (13:11 +1300)]
Merge pull request #23044 from braders/https-maps-links

Link to Google Maps over HTTPs

2 years agoMerge pull request #23043 from braders/addtotag-class-comment
Seamus Lee [Sat, 26 Mar 2022 23:30:20 +0000 (10:30 +1100)]
Merge pull request #23043 from braders/addtotag-class-comment

Replace incorrect class comment

2 years agodev/core#2122 - TimezoneRevertTrait - Failsafe to opt-out of TZ converter
Tim Otten [Fri, 25 Mar 2022 09:39:36 +0000 (02:39 -0700)]
dev/core#2122 - TimezoneRevertTrait - Failsafe to opt-out of TZ converter

2 years agodev/core#2122 - TimezoneRevertTrait - Cleanup modified TZ-offsets and DST skews
Tim Otten [Fri, 25 Mar 2022 05:18:28 +0000 (22:18 -0700)]
dev/core#2122 - TimezoneRevertTrait - Cleanup modified TZ-offsets and DST skews

2 years agoLink to Google Maps over HTTPs
Bradley Taylor [Sat, 26 Mar 2022 22:08:18 +0000 (22:08 +0000)]
Link to Google Maps over HTTPs

2 years agoReplace incorrect class comment
Bradley Taylor [Sat, 26 Mar 2022 21:56:19 +0000 (21:56 +0000)]
Replace incorrect class comment

2 years agoEnsure soft credit types are assigned to the template
Eileen McNaughton [Fri, 25 Mar 2022 22:01:10 +0000 (11:01 +1300)]
Ensure soft credit types are assigned to the template

This is in the function that assigns variables to the template for contribution emails

2 years agoMerge pull request #22966 from eileenmcnaughton/retrieve
colemanw [Fri, 25 Mar 2022 13:33:21 +0000 (09:33 -0400)]
Merge pull request #22966 from eileenmcnaughton/retrieve

[REF] Deprecate BAO_Contact::retrieve

2 years agoDedupe - Fix redirecting to contact after merge
Coleman Watts [Fri, 25 Mar 2022 13:20:52 +0000 (09:20 -0400)]
Dedupe - Fix redirecting to contact after merge

The final redirect was accidentally changed by a6f2a80ffbddfc0788199ec824b8aff46ccd1542
Fixes dev/core#3135

2 years agoMerge pull request #23030 from alifrumin/releasenotes5.48
Seamus Lee [Fri, 25 Mar 2022 08:21:35 +0000 (19:21 +1100)]
Merge pull request #23030 from alifrumin/releasenotes5.48

[NFC] First Pass at 5.48 release notes

2 years ago[NFC] 5.48 Release Notes - First Pass
Alice Frumin [Wed, 23 Mar 2022 15:56:29 +0000 (11:56 -0400)]
[NFC]  5.48 Release Notes - First Pass

2 years agoMerge pull request #22689 from colemanw/removeCiviMailVar
Eileen McNaughton [Fri, 25 Mar 2022 02:53:59 +0000 (15:53 +1300)]
Merge pull request #22689 from colemanw/removeCiviMailVar

CiviMail - Remove deprecated variable only used by Mosaico

2 years agoMerge pull request #23027 from eileenmcnaughton/548
Seamus Lee [Fri, 25 Mar 2022 02:48:50 +0000 (13:48 +1100)]
Merge pull request #23027 from eileenmcnaughton/548

dev/core#3134 Fix regression on unselected lineitem

2 years agoMerge pull request #23003 from colemanw/fixAllRowsSelected
Monish Deb [Fri, 25 Mar 2022 02:19:12 +0000 (07:49 +0530)]
Merge pull request #23003 from colemanw/fixAllRowsSelected

SearchKit - Fix "all selected" checkbox when selecting a single page …

2 years agodev/core#2122 - TimezoneRevertTrait - Downgrade should use same TZ as prior upgrade
Tim Otten [Fri, 25 Mar 2022 02:05:12 +0000 (19:05 -0700)]
dev/core#2122 - TimezoneRevertTrait - Downgrade should use same TZ as prior upgrade

2 years agodev/core#3134 Fix regression on unselected lineitem
Eileen McNaughton [Thu, 24 Mar 2022 23:27:36 +0000 (12:27 +1300)]
dev/core#3134 Fix regression on unselected lineitem

2 years agoMerge pull request #23021 from yashodha/tpl
Eileen McNaughton [Thu, 24 Mar 2022 21:47:50 +0000 (10:47 +1300)]
Merge pull request #23021 from yashodha/tpl

add classes to the membership userdashboard page

2 years agoMerge pull request #22955 from colemanw/schemaTrait
Tim Otten [Thu, 24 Mar 2022 21:47:39 +0000 (14:47 -0700)]
Merge pull request #22955 from colemanw/schemaTrait

Add utils for managing schema to extension upgrader base class

2 years agoMerge pull request #23024 from colemanw/fixSubmitActions
colemanw [Thu, 24 Mar 2022 13:57:03 +0000 (09:57 -0400)]
Merge pull request #23024 from colemanw/fixSubmitActions

Afform - fix missing submit actions

2 years agoAfform - fix missing submit actions
Coleman Watts [Thu, 24 Mar 2022 11:59:35 +0000 (07:59 -0400)]
Afform - fix missing submit actions

This regressed due to 09a3e37058f393276662301038a6437eaaa346e4 specifying the wrong type.

2 years agoMerge pull request #23023 from seamuslee001/master
Seamus Lee [Thu, 24 Mar 2022 10:39:15 +0000 (21:39 +1100)]
Merge pull request #23023 from seamuslee001/master

5.48

2 years agoMerge in 5.48
Seamus Lee [Thu, 24 Mar 2022 10:36:41 +0000 (21:36 +1100)]
Merge in 5.48

2 years agoMerge pull request #23012 from colemanw/fixSearchAfformFilter
Seamus Lee [Thu, 24 Mar 2022 09:57:26 +0000 (20:57 +1100)]
Merge pull request #23012 from colemanw/fixSearchAfformFilter

SearchKit - Fix multi-valued afform filters