civicrm-core.git
13 months agoFix smarty compatibility on Report totals
Eileen McNaughton [Wed, 11 Oct 2023 01:59:23 +0000 (14:59 +1300)]
Fix smarty compatibility on Report totals

13 months agoMerge pull request #28329 from colemanw/addSelectWhereClauseUser
Eileen McNaughton [Tue, 28 Nov 2023 00:32:24 +0000 (13:32 +1300)]
Merge pull request #28329 from colemanw/addSelectWhereClauseUser

BAO - Handle hypothetical userId in addSelectWhereClause

13 months agoBAO - Handle hypothetical userId in addSelectWhereClause
colemanw [Mon, 27 Nov 2023 23:42:02 +0000 (18:42 -0500)]
BAO - Handle hypothetical userId in addSelectWhereClause

This is aspirational - CiviCRM doesn't fully support checking permissions for anyone other than the current user,
but this nudges us a bit closer to what that support would look like.

13 months agoMerge pull request #28328 from civicrm/5.68
Eileen McNaughton [Mon, 27 Nov 2023 22:54:55 +0000 (11:54 +1300)]
Merge pull request #28328 from civicrm/5.68

5.68 to master

13 months agoMerge pull request #28325 from colemanw/userJobClause
Eileen McNaughton [Mon, 27 Nov 2023 22:45:04 +0000 (11:45 +1300)]
Merge pull request #28325 from colemanw/userJobClause

UserJob - Fix deprecated syntax in addSelectWhereClause

13 months agoMerge pull request #28323 from colemanw/strstr
Eileen McNaughton [Mon, 27 Nov 2023 22:36:55 +0000 (11:36 +1300)]
Merge pull request #28323 from colemanw/strstr

[REF] Switch strstr to str_contains

13 months agoMerge pull request #28324 from eileenmcnaughton/comment
Eileen McNaughton [Mon, 27 Nov 2023 22:12:43 +0000 (11:12 +1300)]
Merge pull request #28324 from eileenmcnaughton/comment

Update comment todos to referred to preferred method

13 months agoUserJob - Fix deprecated syntax in addSelectWhereClause
colemanw [Mon, 27 Nov 2023 21:10:58 +0000 (16:10 -0500)]
UserJob - Fix deprecated syntax in addSelectWhereClause

13 months agoUpdate comment todos to referred to preferred method
Eileen McNaughton [Mon, 27 Nov 2023 20:42:01 +0000 (09:42 +1300)]
Update comment todos to referred to preferred method

13 months agoMerge pull request #28322 from MegaphoneJon/price-field-shutup
Eileen McNaughton [Mon, 27 Nov 2023 20:12:20 +0000 (09:12 +1300)]
Merge pull request #28322 from MegaphoneJon/price-field-shutup

don't warn users about invalid financial types on unused price sets

13 months agoSwitch strstr to str_contains
colemanw [Mon, 27 Nov 2023 18:54:21 +0000 (13:54 -0500)]
Switch strstr to str_contains

When cast to boolean by a conditional, these 2 functions behave identically, but str_contains is more readable

13 months agodon't warn users about invalid financial types on unused price sets
Jon Goldberg [Mon, 27 Nov 2023 16:55:56 +0000 (11:55 -0500)]
don't warn users about invalid financial types on unused price sets

13 months agoMerge pull request #28298 from eileenmcnaughton/lines
colemanw [Mon, 27 Nov 2023 00:31:05 +0000 (19:31 -0500)]
Merge pull request #28298 from eileenmcnaughton/lines

Remove code cruft which is now ignored

13 months agoRemove now-unused handling for amount, line items
Eileen McNaughton [Sun, 26 Nov 2023 20:07:37 +0000 (09:07 +1300)]
Remove now-unused handling for amount, line items

13 months agoMerge pull request #28285 from eileenmcnaughton/renew_notice
colemanw [Sun, 26 Nov 2023 19:56:01 +0000 (14:56 -0500)]
Merge pull request #28285 from eileenmcnaughton/renew_notice

Fix notice on membership online main page

13 months agoMerge pull request #28312 from eileenmcnaughton/amount_level
colemanw [Sun, 26 Nov 2023 19:31:22 +0000 (14:31 -0500)]
Merge pull request #28312 from eileenmcnaughton/amount_level

Move getAmountLevel() to Order class

13 months agoMerge pull request #28315 from eileenmcnaughton/prem
colemanw [Sun, 26 Nov 2023 19:31:14 +0000 (14:31 -0500)]
Merge pull request #28315 from eileenmcnaughton/prem

Copy buildPremiumsBlock back to contribution page base

13 months agoMerge pull request #28317 from eileenmcnaughton/tax
colemanw [Sun, 26 Nov 2023 19:31:01 +0000 (14:31 -0500)]
Merge pull request #28317 from eileenmcnaughton/tax

Fix tax when selection a contribution with the membership, test

13 months agoMerge pull request #28318 from eileenmcnaughton/requires
Eileen McNaughton [Sun, 26 Nov 2023 19:02:34 +0000 (08:02 +1300)]
Merge pull request #28318 from eileenmcnaughton/requires

Make financialacls require civi-contribute

13 months agoMerge pull request #28319 from omarabuhussein/fix-priceset-single-line
Eileen McNaughton [Sun, 26 Nov 2023 18:59:28 +0000 (07:59 +1300)]
Merge pull request #28319 from omarabuhussein/fix-priceset-single-line

Set correct financial type when creating membership using price set with single line item

13 months agoComponents - Disable reverse dependencies when disabling
colemanw [Sun, 26 Nov 2023 17:21:50 +0000 (12:21 -0500)]
Components - Disable reverse dependencies when disabling

13 months agoSet correct financial type when creating membership using price set with single line...
Omar Hussein [Sun, 26 Nov 2023 10:56:25 +0000 (12:56 +0200)]
Set correct financial type when creating membership using price set with single line item

13 months agoMake financialacls require civi-contribute
Eileen McNaughton [Sun, 26 Nov 2023 05:28:14 +0000 (18:28 +1300)]
Make financialacls require civi-contribute

13 months agoFix tax when selection a contribution with the membership, test
Eileen McNaughton [Sun, 26 Nov 2023 04:40:06 +0000 (17:40 +1300)]
Fix tax when selection a contribution with the membership, test

13 months agoMerge pull request #28309 from eileenmcnaughton/notice_stand
demeritcowboy [Sun, 26 Nov 2023 04:06:29 +0000 (23:06 -0500)]
Merge pull request #28309 from eileenmcnaughton/notice_stand

Notice fix

13 months agoUpdate CRM/Contribute/Form/AbstractEditPayment.php
Eileen McNaughton [Sun, 26 Nov 2023 03:15:39 +0000 (16:15 +1300)]
Update CRM/Contribute/Form/AbstractEditPayment.php

Co-authored-by: demeritcowboy <demeritcowboy@hotmail.com>
13 months agoMerge pull request #28306 from eileenmcnaughton/currency_test
colemanw [Sat, 25 Nov 2023 23:35:05 +0000 (18:35 -0500)]
Merge pull request #28306 from eileenmcnaughton/currency_test

dev/core#4802 Fix amount truncation with non-English formatting

13 months agoCopy buildPremiumsBlock back to contribution page base
Eileen McNaughton [Sat, 25 Nov 2023 20:47:33 +0000 (09:47 +1300)]
Copy buildPremiumsBlock back to contribution page base

13 months agoMerge pull request #28176 from mattwire/downloader
demeritcowboy [Sat, 25 Nov 2023 16:07:17 +0000 (11:07 -0500)]
Merge pull request #28176 from mattwire/downloader

Log extension download errors

13 months agoMerge pull request #28313 from demeritcowboy/regen
demeritcowboy [Sat, 25 Nov 2023 15:33:34 +0000 (10:33 -0500)]
Merge pull request #28313 from demeritcowboy/regen

Regen after 28268

13 months agoregen
demeritcowboy [Sat, 25 Nov 2023 14:53:08 +0000 (09:53 -0500)]
regen

13 months agoMerge pull request #28268 from eileenmcnaughton/no_online_cont
demeritcowboy [Sat, 25 Nov 2023 14:47:19 +0000 (09:47 -0500)]
Merge pull request #28268 from eileenmcnaughton/no_online_cont

Blank out text version of online_contribution_receipt

13 months agoMerge pull request #28295 from eileenmcnaughton/confirm_notice
demeritcowboy [Sat, 25 Nov 2023 14:29:51 +0000 (09:29 -0500)]
Merge pull request #28295 from eileenmcnaughton/confirm_notice

Add some assigns to prevent notices on Confirm

13 months agoMove getAmountLevel() to Order class
Eileen McNaughton [Sat, 25 Nov 2023 01:14:35 +0000 (14:14 +1300)]
Move getAmountLevel() to Order class

13 months agoNotice fix
Eileen McNaughton [Sat, 25 Nov 2023 00:20:07 +0000 (13:20 +1300)]
Notice fix

13 months agodev/core#4802 Fix amount truncation with non-English formatting
Eileen McNaughton [Fri, 24 Nov 2023 22:21:52 +0000 (11:21 +1300)]
dev/core#4802 Fix amount truncation with non-English formatting

13 months agoAssign line items consistently
Eileen McNaughton [Fri, 24 Nov 2023 06:54:46 +0000 (19:54 +1300)]
Assign line items consistently

13 months agoAdd test for money format handling on Online Contribution flow
Eileen McNaughton [Fri, 24 Nov 2023 22:15:23 +0000 (11:15 +1300)]
Add test for money format handling on Online Contribution flow

13 months agoMerge pull request #28305 from civicrm/5.68
Eileen McNaughton [Fri, 24 Nov 2023 22:11:21 +0000 (11:11 +1300)]
Merge pull request #28305 from civicrm/5.68

5.68 to master

13 months agoMerge pull request #28302 from alifrumin/rn5.68
Eileen McNaughton [Fri, 24 Nov 2023 22:10:48 +0000 (11:10 +1300)]
Merge pull request #28302 from alifrumin/rn5.68

[NFC] 5.68 release notes

13 months agoMerge pull request #28304 from braders/bao-badge
Eileen McNaughton [Fri, 24 Nov 2023 22:10:21 +0000 (11:10 +1300)]
Merge pull request #28304 from braders/bao-badge

[REF][PHP8.2] Tidy up properties in CRM_Badge_BAO_Badge

13 months ago[REF][PHP8.2] Tidy up properties in CRM_Badge_BAO_Badge
Bradley Taylor [Fri, 24 Nov 2023 20:14:33 +0000 (20:14 +0000)]
[REF][PHP8.2] Tidy up properties in CRM_Badge_BAO_Badge

13 months agoMerge pull request #28282 from eileenmcnaughton/568
colemanw [Fri, 24 Nov 2023 14:56:38 +0000 (09:56 -0500)]
Merge pull request #28282 from eileenmcnaughton/568

dev/core#4795 fix regression on other amount on main contribution page

13 months agoMerge pull request #28283 from colemanw/optionValueAutocomplete
colemanw [Fri, 24 Nov 2023 14:35:18 +0000 (09:35 -0500)]
Merge pull request #28283 from colemanw/optionValueAutocomplete

Autocomplete - Fix incorrect matching on id instead of value

13 months ago[NFC] 5.68 release notes first pass
Alice Frumin [Tue, 21 Nov 2023 18:54:27 +0000 (13:54 -0500)]
[NFC] 5.68 release notes first pass

13 months agoMerge pull request #28300 from eileenmcnaughton/order_l
colemanw [Fri, 24 Nov 2023 13:29:39 +0000 (08:29 -0500)]
Merge pull request #28300 from eileenmcnaughton/order_l

Fix Main Contribution form to identify money fields

13 months agoMerge pull request #28297 from eileenmcnaughton/show_tax
colemanw [Fri, 24 Nov 2023 13:17:21 +0000 (08:17 -0500)]
Merge pull request #28297 from eileenmcnaughton/show_tax

Fix master-only-regression- tax not visible on contribution view page

13 months agoFix Main Contribution form to identify money fields
Eileen McNaughton [Fri, 24 Nov 2023 07:58:33 +0000 (20:58 +1300)]
Fix Main Contribution form to identify money fields

13 months agoFix master-only-regression- tax not visible on contribution view page
Eileen McNaughton [Fri, 24 Nov 2023 04:52:22 +0000 (17:52 +1300)]
Fix master-only-regression- tax not visible on contribution view page

13 months agoMerge pull request #28296 from eileenmcnaughton/tax
Eileen McNaughton [Fri, 24 Nov 2023 04:04:47 +0000 (17:04 +1300)]
Merge pull request #28296 from eileenmcnaughton/tax

Fix notice on unassigned tax

13 months agoMerge pull request #28292 from eileenmcnaughton/main_am
colemanw [Fri, 24 Nov 2023 02:55:04 +0000 (21:55 -0500)]
Merge pull request #28292 from eileenmcnaughton/main_am

Clean up `getMainContributionAmount()` function

13 months agoFix notice on unassigned tax
Eileen McNaughton [Fri, 24 Nov 2023 02:25:06 +0000 (15:25 +1300)]
Fix notice on unassigned tax

13 months agoAdd some assigns to prevent notices on Confirm
Eileen McNaughton [Fri, 24 Nov 2023 02:02:37 +0000 (15:02 +1300)]
Add some assigns to prevent notices on Confirm

13 months agoMerge pull request #28281 from eileenmcnaughton/part
colemanw [Fri, 24 Nov 2023 01:36:41 +0000 (20:36 -0500)]
Merge pull request #28281 from eileenmcnaughton/part

Use local variable rather than undefined property to build array

13 months agoMerge pull request #28284 from eileenmcnaughton/renew
colemanw [Fri, 24 Nov 2023 01:34:57 +0000 (20:34 -0500)]
Merge pull request #28284 from eileenmcnaughton/renew

Minor consolidation on `isTest()`

13 months agoAutocomplete - Fix incorrect matching on id instead of value
colemanw [Thu, 23 Nov 2023 20:07:58 +0000 (15:07 -0500)]
Autocomplete - Fix incorrect matching on id instead of value

Fixes https://lab.civicrm.org/dev/core/-/issues/4799
Custom fields of type Autocomplete-Select were incorrectly using the id of the optionValue.
This fixes it to use the value, and also show the value in the autocomplete results.

13 months agoMerge pull request #28290 from braders/loaded-mapping-id
Eileen McNaughton [Fri, 24 Nov 2023 00:19:50 +0000 (13:19 +1300)]
Merge pull request #28290 from braders/loaded-mapping-id

[REF][PHP8.2] Remove unused property $_loadedMappingId

13 months agoClean up getMainContributionAmount() function
Eileen McNaughton [Thu, 23 Nov 2023 23:40:16 +0000 (12:40 +1300)]
Clean up getMainContributionAmount() function

13 months agoMerge pull request #28287 from eileenmcnaughton/current_membership
Eileen McNaughton [Thu, 23 Nov 2023 22:48:50 +0000 (11:48 +1300)]
Merge pull request #28287 from eileenmcnaughton/current_membership

Extract code that defines the renewal membership

13 months ago[REF][PHP8.2] Remove unused property $_loadedMappingId
Bradley Taylor [Thu, 23 Nov 2023 21:46:52 +0000 (21:46 +0000)]
[REF][PHP8.2] Remove unused property $_loadedMappingId

13 months agoMerge pull request #28288 from eileenmcnaughton/address_opps
Matthew Wire [Thu, 23 Nov 2023 21:36:06 +0000 (21:36 +0000)]
Merge pull request #28288 from eileenmcnaughton/address_opps

Fix recently-merged typo

13 months agoMerge pull request #28166 from eileenmcnaughton/part_send
Matthew Wire [Thu, 23 Nov 2023 21:35:08 +0000 (21:35 +0000)]
Merge pull request #28166 from eileenmcnaughton/part_send

Update send_receipt once actually sent, rather than predicting

13 months agoFix recently-merged typo
Eileen McNaughton [Thu, 23 Nov 2023 21:34:45 +0000 (10:34 +1300)]
Fix recently-merged typo

13 months agoExtract code that defines the renewal membership
Eileen McNaughton [Thu, 23 Nov 2023 21:16:27 +0000 (10:16 +1300)]
Extract code that defines the renewal membership

13 months agoMerge pull request #28021 from colemanw/afformErrorMsg
Matthew Wire [Thu, 23 Nov 2023 21:04:27 +0000 (21:04 +0000)]
Merge pull request #28021 from colemanw/afformErrorMsg

Afform - improve display of error messages

13 months agoMerge pull request #28115 from colemanw/chainSelectFix
Matthew Wire [Thu, 23 Nov 2023 21:03:01 +0000 (21:03 +0000)]
Merge pull request #28115 from colemanw/chainSelectFix

dev/core#4702 - Fix country/state chainSelect validation when country is deselected

13 months agoMerge pull request #28226 from eileenmcnaughton/no_billing
Matthew Wire [Thu, 23 Nov 2023 20:58:01 +0000 (20:58 +0000)]
Merge pull request #28226 from eileenmcnaughton/no_billing

Stop passing billingID to `CRM_Utils_Address::getFormattedBillingAddressFieldsFromParameters`

13 months agoMerge pull request #28280 from eileenmcnaughton/billing
Matthew Wire [Thu, 23 Nov 2023 20:55:29 +0000 (20:55 +0000)]
Merge pull request #28280 from eileenmcnaughton/billing

Use function for getBillingID() rather than relying on form property

13 months agoMerge pull request #28279 from mlutfy/recurringRequired
Matthew Wire [Thu, 23 Nov 2023 20:54:15 +0000 (20:54 +0000)]
Merge pull request #28279 from mlutfy/recurringRequired

Recurring Activity: avoid validation if the fieldset is visible but not used

13 months agoMerge pull request #28235 from eileenmcnaughton/test_clean
Matthew Wire [Thu, 23 Nov 2023 20:53:16 +0000 (20:53 +0000)]
Merge pull request #28235 from eileenmcnaughton/test_clean

Minor test clean up

13 months agoFix notice on membership online main page
Eileen McNaughton [Thu, 23 Nov 2023 20:39:00 +0000 (09:39 +1300)]
Fix notice on membership online main page

13 months agoLog extension download errors
Matthew Wire [Thu, 16 Nov 2023 23:24:07 +0000 (23:24 +0000)]
Log extension download errors

13 months agoMinor consolidation on isTest()
Eileen McNaughton [Thu, 23 Nov 2023 20:28:24 +0000 (09:28 +1300)]
Minor consolidation on isTest()

I think this makes sense as a publicly supported function we should consolidate in as many forms
as possible

13 months agoMerge pull request #28261 from eileenmcnaughton/prod
Seamus Lee [Thu, 23 Nov 2023 20:23:45 +0000 (07:23 +1100)]
Merge pull request #28261 from eileenmcnaughton/prod

Add Premium Product v4 api

13 months agoMerge pull request #28270 from colemanw/civiCaseCleanup
demeritcowboy [Thu, 23 Nov 2023 20:17:31 +0000 (15:17 -0500)]
Merge pull request #28270 from colemanw/civiCaseCleanup

CiviCase - Clear value before reusing editCaseRoleDialog

13 months agodev/core#4795 fix regression on other amount on main contribution page
Eileen McNaughton [Thu, 23 Nov 2023 19:49:35 +0000 (08:49 +1300)]
dev/core#4795 fix regression on other amount on main contribution page

13 months agoMerge pull request #28221 from eileenmcnaughton/price_set
colemanw [Thu, 23 Nov 2023 19:31:07 +0000 (14:31 -0500)]
Merge pull request #28221 from eileenmcnaughton/price_set

Fix always present parameter

13 months agoAdd pseudoconstant look up for entity tables
Eileen McNaughton [Thu, 23 Nov 2023 19:04:14 +0000 (08:04 +1300)]
Add pseudoconstant look up for entity tables

Per the code comment only contribution page

13 months agoCiviCase - Simplify overcomplicated code that hides inactive roles
colemanw [Wed, 22 Nov 2023 20:09:07 +0000 (15:09 -0500)]
CiviCase - Simplify overcomplicated code that hides inactive roles

13 months agoAdd premium api
Eileen McNaughton [Tue, 21 Nov 2023 20:47:55 +0000 (09:47 +1300)]
Add premium api

13 months agoAdd Premium Product v4 api
Eileen McNaughton [Tue, 21 Nov 2023 08:01:38 +0000 (21:01 +1300)]
Add Premium Product v4 api

13 months agoUse local variable rather than undefined property to build array
Eileen McNaughton [Thu, 23 Nov 2023 18:41:35 +0000 (07:41 +1300)]
Use local variable rather than undefined property to build array

This variable is specific to the function it lives in

13 months agoUse function for getBillingID() rather than relying on form property
Eileen McNaughton [Thu, 23 Nov 2023 18:36:13 +0000 (07:36 +1300)]
Use function for getBillingID() rather than relying on form property

13 months agoMerge pull request #28229 from sunilpawar/dev_contactID_reminder
demeritcowboy [Thu, 23 Nov 2023 17:27:36 +0000 (12:27 -0500)]
Merge pull request #28229 from sunilpawar/dev_contactID_reminder

Pass contact id to sendmail function

13 months agoRecurring Activity: avoid validation if the fieldset is visible but not used
Mathieu Lu [Thu, 23 Nov 2023 16:44:35 +0000 (11:44 -0500)]
Recurring Activity: avoid validation if the fieldset is visible but not used

13 months agoCorrect contact ID name
Sunil Pawar [Thu, 23 Nov 2023 16:13:54 +0000 (21:43 +0530)]
Correct contact ID name

13 months agoMerge pull request #28254 from eileenmcnaughton/premium_deduct_more
Aidan Saunders [Thu, 23 Nov 2023 09:45:08 +0000 (09:45 +0000)]
Merge pull request #28254 from eileenmcnaughton/premium_deduct_more

Unshare toxic function `getContributionParams()`

13 months agoMerge pull request #28275 from colemanw/isDeleted
Aidan Saunders [Thu, 23 Nov 2023 09:37:39 +0000 (09:37 +0000)]
Merge pull request #28275 from colemanw/isDeleted

AdminUI - Remove deleted contacts from group count

13 months agoMerge pull request #28274 from colemanw/searchBuilderNotice
Aidan Saunders [Thu, 23 Nov 2023 09:33:52 +0000 (09:33 +0000)]
Merge pull request #28274 from colemanw/searchBuilderNotice

SearchBuilder - Add deprecation notice to users

13 months agoMerge pull request #28256 from eileenmcnaughton/get_tax_details
Aidan Saunders [Thu, 23 Nov 2023 09:24:18 +0000 (09:24 +0000)]
Merge pull request #28256 from eileenmcnaughton/get_tax_details

Fix getTaxDetails notices on Confirm page

13 months agoMerge pull request #28271 from eileenmcnaughton/payment_function
Eileen McNaughton [Thu, 23 Nov 2023 08:18:19 +0000 (21:18 +1300)]
Merge pull request #28271 from eileenmcnaughton/payment_function

dev/core#4798 Fixes to functions to determine if isMembership, isSeparatePayment

13 months agoFix test to have correct input params
Eileen McNaughton [Thu, 23 Nov 2023 00:22:35 +0000 (13:22 +1300)]
Fix test to have correct input params

The test was exploiting a code gremlin which did not
require the right submitted values to be set to trigger
a secondary contribution - this fixed.

other_amount is not a real field as the presented field is always price_x

13 months agoMerge pull request #28257 from wmortada/core#4791
demeritcowboy [Thu, 23 Nov 2023 03:24:06 +0000 (22:24 -0500)]
Merge pull request #28257 from wmortada/core#4791

dev/core#4791 - Set cache folder for dompdf

13 months agoAdminUI - Remove deleted contacts from group count
colemanw [Thu, 23 Nov 2023 03:14:44 +0000 (22:14 -0500)]
AdminUI - Remove deleted contacts from group count

Fixes https://lab.civicrm.org/dev/core/-/issues/4792

13 months agoSearchBuilder - Add deprecation notice to users
colemanw [Thu, 23 Nov 2023 03:08:51 +0000 (22:08 -0500)]
SearchBuilder - Add deprecation notice to users

13 months agoFixes to functions to determine if isMembership, isSeparatePayment
Eileen McNaughton [Wed, 22 Nov 2023 22:49:13 +0000 (11:49 +1300)]
Fixes to functions to determine if isMembership, isSeparatePayment

In the case of isSeparatePayment we have a function to determine if the form
supports separate payments - but are using this interchangeably with whether the
user has selected more than one option (if they only selected 1 there is only 1 payment)

13 months agoMerge pull request #28264 from eileenmcnaughton/lines
colemanw [Wed, 22 Nov 2023 20:04:29 +0000 (15:04 -0500)]
Merge pull request #28264 from eileenmcnaughton/lines

[LineItem cleanup] Standardise a couple of calls to get values from the line items

13 months agoCiviCase - Clear value before reusing editCaseRoleDialog
colemanw [Wed, 22 Nov 2023 19:35:25 +0000 (14:35 -0500)]
CiviCase - Clear value before reusing editCaseRoleDialog

13 months agoMerge pull request #28269 from eileenmcnaughton/thank
colemanw [Wed, 22 Nov 2023 19:12:25 +0000 (14:12 -0500)]
Merge pull request #28269 from eileenmcnaughton/thank

Superficial cleanup in Contribution Thank You form

13 months agoMerge pull request #28266 from eileenmcnaughton/line_member
colemanw [Wed, 22 Nov 2023 14:07:08 +0000 (09:07 -0500)]
Merge pull request #28266 from eileenmcnaughton/line_member

[LineItem cleanup] Clean up & clarify code splitting line items in Contribution page membership flow