civicrm-core.git
12 months agoAdd release-notes/5.67.1.md
Tim Otten [Wed, 15 Nov 2023 05:39:22 +0000 (21:39 -0800)]
Add release-notes/5.67.1.md

12 months agoSet version to 5.67.1
Tim Otten [Wed, 15 Nov 2023 05:36:15 +0000 (21:36 -0800)]
Set version to 5.67.1

12 months agoMerge pull request #28134 from colemanw/civiCasePerms
colemanw [Wed, 15 Nov 2023 00:49:12 +0000 (19:49 -0500)]
Merge pull request #28134 from colemanw/civiCasePerms

APIv4 - Fix access to case activities for administrators

12 months agoAPIv4 - Fix access to case activities for administrators
colemanw [Tue, 14 Nov 2023 01:57:26 +0000 (20:57 -0500)]
APIv4 - Fix access to case activities for administrators

Fixes dev/core#4769

Before: Case administrators with 'access deleted contacts' permission blocked from viewing Case activities in APIv4
After: Permissions work correctly.

The problem was the hook logic was incorrectly interpreting empty permissions to mean "no access"
when it actually means "unrestricted access".

12 months agoMerge pull request #28127 from seamuslee001/dev_core_4768
demeritcowboy [Tue, 14 Nov 2023 01:25:37 +0000 (20:25 -0500)]
Merge pull request #28127 from seamuslee001/dev_core_4768

dev/core#4768 Fix validating contact when using checksum url

12 months agoMerge pull request #28125 from colemanw/fixApi4QueryRegression
colemanw [Tue, 14 Nov 2023 00:17:45 +0000 (19:17 -0500)]
Merge pull request #28125 from colemanw/fixApi4QueryRegression

dev/core#4773 - Fix APIv4 query regression

12 months agodev/core#4768 Fix validating contact when using checksum url
Seamus Lee [Mon, 13 Nov 2023 21:58:09 +0000 (08:58 +1100)]
dev/core#4768 Fix validating contact when using checksum url

Fix type error failures

12 months agoMerge pull request #28122 from colemanw/contact_autocomplete_options
Seamus Lee [Mon, 13 Nov 2023 20:46:53 +0000 (07:46 +1100)]
Merge pull request #28122 from colemanw/contact_autocomplete_options

dev/core#4759 - Backport of autocomplete fix

12 months agodev/core#4773 - Fix APIv4 query regression
colemanw [Mon, 13 Nov 2023 20:42:09 +0000 (15:42 -0500)]
dev/core#4773 - Fix APIv4 query regression

12 months agodev/core#4759 - Respect Autocomplete Contact Search preferences in menubar quicksearch
colemanw [Mon, 13 Nov 2023 19:43:40 +0000 (14:43 -0500)]
dev/core#4759 - Respect Autocomplete Contact Search preferences in menubar quicksearch

12 months agoMerge pull request #28104 from colemanw/tagIndividuals
demeritcowboy [Mon, 13 Nov 2023 14:20:25 +0000 (09:20 -0500)]
Merge pull request #28104 from colemanw/tagIndividuals

[BACKPORT] Fix missing tag filer on Individual,Organization,Household

12 months agoAPIv4 - Fix missing tag filer on Individual,Organization,Household entities
colemanw [Fri, 10 Nov 2023 18:59:01 +0000 (13:59 -0500)]
APIv4 - Fix missing tag filer on Individual,Organization,Household entities

12 months agoMerge pull request #28097 from eileenmcnaughton/567_weight
demeritcowboy [Fri, 10 Nov 2023 13:06:48 +0000 (08:06 -0500)]
Merge pull request #28097 from eileenmcnaughton/567_weight

Add weights to CRM_Mailing_BAO_Mailing::getContactMailingSelector

12 months agoMerge pull request #28087 from colemanw/advSearchQuickSearchBackport
Eileen McNaughton [Fri, 10 Nov 2023 05:34:05 +0000 (18:34 +1300)]
Merge pull request #28087 from colemanw/advSearchQuickSearchBackport

QuickSearch - Fix redirect to adv search with prepopulated criteria

12 months agoAdd weights to CRM_Mailing_BAO_Mailing::getContactMailingSelector
Eileen McNaughton [Thu, 9 Nov 2023 21:11:23 +0000 (10:11 +1300)]
Add weights to CRM_Mailing_BAO_Mailing::getContactMailingSelector

12 months agoMerge pull request #28082 from eileenmcnaughton/567
Eileen McNaughton [Thu, 9 Nov 2023 22:13:11 +0000 (11:13 +1300)]
Merge pull request #28082 from eileenmcnaughton/567

Ensure api/v3/utils.php required before civicrm_api3_create_error 5.68

12 months agoQuickSearch - Fix redirect to adv search with prepopulated criteria
colemanw [Thu, 9 Nov 2023 00:12:34 +0000 (19:12 -0500)]
QuickSearch - Fix redirect to adv search with prepopulated criteria

Fixes dev/core#4624

Bridges the mismatch between APIv4-style field names and AdvSearch-style field names
with a good ol-fashioned mapper.

12 months agoEnsure api/v3/utils.php required before civicrm_api3_create_error 5.68
Chris Cant [Thu, 9 Nov 2023 14:37:50 +0000 (14:37 +0000)]
Ensure api/v3/utils.php required before civicrm_api3_create_error 5.68

12 months agoMerge pull request #28039 from colemanw/angularDepNotice
Seamus Lee [Tue, 7 Nov 2023 21:17:46 +0000 (08:17 +1100)]
Merge pull request #28039 from colemanw/angularDepNotice

[NFC] More descriptive deprecation notice for Angular settings

12 months agoMore descriptive deprecation notice for Angular settings
colemanw [Tue, 7 Nov 2023 19:49:30 +0000 (14:49 -0500)]
More descriptive deprecation notice for Angular settings

12 months agoMerge pull request #27998 from totten/5.67-config-arraynull
Eileen McNaughton [Thu, 2 Nov 2023 21:46:39 +0000 (10:46 +1300)]
Merge pull request #27998 from totten/5.67-config-arraynull

PHP 8.x: fix TypeError in config hook

12 months agoMerge pull request #27991 from colemanw/fillEntityDefaults
Seamus Lee [Thu, 2 Nov 2023 20:55:09 +0000 (07:55 +1100)]
Merge pull request #27991 from colemanw/fillEntityDefaults

APIv4 - Ensure 'search_fields' defaults to 'label_field' for Entity.get

12 months agoPHP 8.x: fix TypeError in config hook
Mathieu Lu [Thu, 2 Nov 2023 19:50:41 +0000 (15:50 -0400)]
PHP 8.x: fix TypeError in config hook

12 months agoAPIv4 - Ensure 'search_fields' defaults to 'label_field' for Entity.get
colemanw [Thu, 2 Nov 2023 00:59:35 +0000 (20:59 -0400)]
APIv4 - Ensure 'search_fields' defaults to 'label_field' for Entity.get

This default is set in the AbstractEntity class, but not every entity inherits from that class,
e.g. ECK does not.
So it needs to be filled in by the Entity.get action

12 months agorelease-notes/5.67.0.md - Last minute updates
Tim Otten [Wed, 1 Nov 2023 23:06:39 +0000 (16:06 -0700)]
release-notes/5.67.0.md - Last minute updates

12 months agoSet version to 5.67.0
Tim Otten [Wed, 1 Nov 2023 23:07:02 +0000 (16:07 -0700)]
Set version to 5.67.0

12 months agoMerge pull request #27983 from eileenmcnaughton/options
Eileen McNaughton [Wed, 1 Nov 2023 22:39:06 +0000 (11:39 +1300)]
Merge pull request #27983 from eileenmcnaughton/options

Add a few more weights - price field options page

12 months agoMerge pull request #27965 from eileenmcnaughton/567
demeritcowboy [Wed, 1 Nov 2023 22:16:45 +0000 (18:16 -0400)]
Merge pull request #27965 from eileenmcnaughton/567

rc only regression - price set validation on participant form

12 months agoMerge pull request #27981 from totten/5.67-log-locale
Tim Otten [Wed, 1 Nov 2023 22:15:58 +0000 (15:15 -0700)]
Merge pull request #27981 from totten/5.67-log-locale

Logging - If valid, then set a locale

12 months agoAdd a few more weights - price field page
Eileen McNaughton [Wed, 1 Nov 2023 20:57:50 +0000 (09:57 +1300)]
Add a few more weights - price field page

12 months agocomposer.json - Lock in a snapshot of the patch file
Tim Otten [Wed, 1 Nov 2023 20:40:19 +0000 (13:40 -0700)]
composer.json - Lock in a snapshot of the patch file

12 months agorc only regression - price set validation on participant form
Eileen McNaughton [Fri, 27 Oct 2023 21:32:29 +0000 (10:32 +1300)]
rc only regression - price set validation on participant form

12 months agoLogging - If valid, then set a locale
Tim Otten [Wed, 1 Nov 2023 19:57:52 +0000 (12:57 -0700)]
Logging - If valid, then set a locale

This is an updated variation of Seamus's 27974, with two key differences:

1. It calls `setLocale()` one time -- from within `createDebugLogger()`.
   (This becomes an internal detail of how `createDebugLogger()` works.)
2. It calls `setLocale()` conditionally -- if the method actually exists.
   It's not certain whether the method will ultimately be part of the
   official `pear/log` releases.  (*And once upstream changes, it may
   immediately affect D9/D10-style builds.*) This change means that
   civicrm-core should with `pear/log` in either contingency.

12 months agoMerge pull request #27980 from agh1/5.67.0-releasenotes-final
Tim Otten [Wed, 1 Nov 2023 19:53:25 +0000 (12:53 -0700)]
Merge pull request #27980 from agh1/5.67.0-releasenotes-final

5.67.0 release notes - added late changes and recent point releases

12 months ago5.67.0 release notes: added late changes
Andie Hunt [Wed, 1 Nov 2023 19:45:20 +0000 (15:45 -0400)]
5.67.0 release notes: added late changes

12 months agoAdd release-notes/5.66.2.md
Tim Otten [Mon, 30 Oct 2023 00:46:42 +0000 (17:46 -0700)]
Add release-notes/5.66.2.md

12 months agorelease-notes/5.66.1.md - Fix Markdown rendering of wordwrap
Tim Otten [Wed, 25 Oct 2023 03:45:17 +0000 (20:45 -0700)]
release-notes/5.66.1.md - Fix Markdown rendering of wordwrap

12 months agoAdd release-notes/5.66.1.md
Tim Otten [Wed, 25 Oct 2023 03:08:26 +0000 (20:08 -0700)]
Add release-notes/5.66.1.md

12 months agoAdd release-notes/5.65.2.md
Tim Otten [Tue, 19 Sep 2023 22:28:31 +0000 (15:28 -0700)]
Add release-notes/5.65.2.md

12 months agoUpdate 5.65.1.md
Tim Otten [Fri, 8 Sep 2023 06:05:52 +0000 (23:05 -0700)]
Update 5.65.1.md

12 months agoAdd release-notes/5.65.1.md
Tim Otten [Fri, 8 Sep 2023 03:05:18 +0000 (20:05 -0700)]
Add release-notes/5.65.1.md

12 months agoAdd release-notes/5.64.4.md
Tim Otten [Wed, 6 Sep 2023 05:08:53 +0000 (22:08 -0700)]
Add release-notes/5.64.4.md

12 months agoAdd release-notes/5.64.3.md
Tim Otten [Fri, 1 Sep 2023 05:49:59 +0000 (22:49 -0700)]
Add release-notes/5.64.3.md

12 months agoAdd release-notes/5.64.2.md
Tim Otten [Fri, 25 Aug 2023 02:44:29 +0000 (19:44 -0700)]
Add release-notes/5.64.2.md

12 months agoAdd release-notes/5.64.1.md
Tim Otten [Fri, 18 Aug 2023 07:37:08 +0000 (00:37 -0700)]
Add release-notes/5.64.1.md

12 months agoUpdate release-notes/5.63.3.md
Tim Otten [Thu, 3 Aug 2023 01:55:52 +0000 (18:55 -0700)]
Update release-notes/5.63.3.md

12 months agoAdd release-notes/5.63.3.md
Tim Otten [Thu, 3 Aug 2023 01:49:34 +0000 (18:49 -0700)]
Add release-notes/5.63.3.md

12 months agoMerge pull request #27967 from alifrumin/rn5.67
Seamus Lee [Mon, 30 Oct 2023 01:58:36 +0000 (12:58 +1100)]
Merge pull request #27967 from alifrumin/rn5.67

[NFC] First pass at release notes for 5.67

13 months ago[NFC] 5.67 Release Notes
Alice Frumin [Fri, 20 Oct 2023 18:36:30 +0000 (14:36 -0400)]
[NFC] 5.67 Release Notes

13 months agoMerge pull request #27944 from colemanw/scheduleReminderFormFix
Eileen McNaughton [Fri, 27 Oct 2023 06:35:23 +0000 (19:35 +1300)]
Merge pull request #27944 from colemanw/scheduleReminderFormFix

dev/core#4732 - ScheduleReminder - Fix form to handle serialized values

13 months agoMerge pull request #27949 from eileenmcnaughton/registered_templates
Eileen McNaughton [Fri, 27 Oct 2023 04:44:47 +0000 (17:44 +1300)]
Merge pull request #27949 from eileenmcnaughton/registered_templates

dev/core#4716 Fix weights in Register screen

13 months agoFix weights in dedupe screen
Eileen McNaughton [Fri, 27 Oct 2023 01:40:04 +0000 (14:40 +1300)]
Fix weights in dedupe screen

13 months agoFix weights in Register screen
Eileen McNaughton [Fri, 27 Oct 2023 01:36:36 +0000 (14:36 +1300)]
Fix weights in Register screen

13 months agodev/core#4732 - ScheduleReminder - Fix form to handle serialized values
colemanw [Thu, 26 Oct 2023 17:56:32 +0000 (13:56 -0400)]
dev/core#4732 - ScheduleReminder - Fix form to handle serialized values

13 months agoMerge pull request #27939 from eileenmcnaughton/price
Eileen McNaughton [Wed, 25 Oct 2023 23:36:27 +0000 (12:36 +1300)]
Merge pull request #27939 from eileenmcnaughton/price

Add weights to PriceField

13 months agoAdd weights to PriceField
Eileen McNaughton [Wed, 25 Oct 2023 22:53:42 +0000 (11:53 +1300)]
Add weights to PriceField

13 months agoMerge pull request #27913 from colemanw/fiveSixtySeven
Tim Otten [Wed, 25 Oct 2023 03:06:24 +0000 (20:06 -0700)]
Merge pull request #27913 from colemanw/fiveSixtySeven

dev/core#4696 - Increase length of ActionSchedule.name (again)

13 months agoIncrease length of ActionSchedule.name and fix swapped comments in upgrader
colemanw [Tue, 24 Oct 2023 01:36:09 +0000 (21:36 -0400)]
Increase length of ActionSchedule.name and fix swapped comments in upgrader

Fixes dev/core#4696 by increasing the column length before writing to it.
Also fixes an error in the upgrader where Discount.entity_table and ActionSchedule.name
descriptions were accidentally swapped.

13 months agoMerge pull request #27926 from seamuslee001/dev_core_4726
Seamus Lee [Wed, 25 Oct 2023 02:07:56 +0000 (13:07 +1100)]
Merge pull request #27926 from seamuslee001/dev_core_4726

dev/core#4726 Ensure that quickform mapper default value is set correā€¦

13 months agodev/core#4726 Ensure that quickform mapper default value is set correctly for do_not_...
Seamus Lee [Wed, 25 Oct 2023 00:05:37 +0000 (11:05 +1100)]
dev/core#4726 Ensure that quickform mapper default value is set correctly for do_not_import fields in saved mappings on import

Fix test failure

13 months agoSet version to 5.67.beta2
colemanw [Tue, 24 Oct 2023 21:19:13 +0000 (17:19 -0400)]
Set version to 5.67.beta2

13 months agoUpgrader - Repeat step from 5.66 because it was added late in the release-cycle
colemanw [Tue, 24 Oct 2023 12:50:38 +0000 (08:50 -0400)]
Upgrader - Repeat step from 5.66 because it was added late in the release-cycle

13 months agoMerge pull request #27749 from eileenmcnaughton/queue
Tim Otten [Tue, 24 Oct 2023 06:20:48 +0000 (23:20 -0700)]
Merge pull request #27749 from eileenmcnaughton/queue

Save mailing_id, is_test in test mode, where job is available

13 months agoMerge pull request #27858 from samuelsov/lab4703
Seamus Lee [Tue, 24 Oct 2023 02:36:38 +0000 (13:36 +1100)]
Merge pull request #27858 from samuelsov/lab4703

dev/core#4703

13 months agodev/core#4703 remove obsolete code
Samuel Vanhove [Mon, 23 Oct 2023 13:33:13 +0000 (09:33 -0400)]
dev/core#4703 remove obsolete code

13 months agodev/core#4703 edit with no parents crash
Samuel Vanhove [Wed, 18 Oct 2023 21:59:59 +0000 (17:59 -0400)]
dev/core#4703 edit with no parents crash

13 months agodev/core#4703
Samuel Vanhove [Wed, 18 Oct 2023 21:39:47 +0000 (17:39 -0400)]
dev/core#4703

13 months agoMerge pull request #27872 from agh1/5.67.0-releasenotes-initial
Eileen McNaughton [Sun, 22 Oct 2023 21:27:01 +0000 (10:27 +1300)]
Merge pull request #27872 from agh1/5.67.0-releasenotes-initial

5.67.0 release notes initial run

13 months agoMerge pull request #27878 from jitendrapurohit/pledge_delete-rc
colemanw [Sun, 22 Oct 2023 15:09:15 +0000 (11:09 -0400)]
Merge pull request #27878 from jitendrapurohit/pledge_delete-rc

REG: Fix fatal error on pledge delete

13 months agoFix fatal error on pledge delete
Jitendra Purohit [Sat, 21 Oct 2023 09:43:21 +0000 (15:13 +0530)]
Fix fatal error on pledge delete

13 months ago5.67.0 release notes: added boilerplate
Andie Hunt [Fri, 20 Oct 2023 16:25:24 +0000 (12:25 -0400)]
5.67.0 release notes: added boilerplate

13 months ago5.67.0 release notes: raw from script
Andie Hunt [Fri, 20 Oct 2023 16:21:31 +0000 (12:21 -0400)]
5.67.0 release notes: raw from script

13 months agoMerge pull request #27856 from colemanw/emptyRequires
colemanw [Fri, 20 Oct 2023 10:18:40 +0000 (06:18 -0400)]
Merge pull request #27856 from colemanw/emptyRequires

dev/core#4707 Don't error if extension has empty `requires` tag

13 months agoExtensions - Don't accept invalid keys, include empty <requires> in test
colemanw [Wed, 18 Oct 2023 23:28:43 +0000 (19:28 -0400)]
Extensions - Don't accept invalid keys, include empty <requires> in test

13 months agoUnitTest - Rename & reformat json file
colemanw [Wed, 18 Oct 2023 23:19:29 +0000 (19:19 -0400)]
UnitTest - Rename & reformat json file

No changes to the file content other than whitespace

13 months agodev/core#4707 Don't error if extension has empty `requires` tag
colemanw [Wed, 18 Oct 2023 20:13:46 +0000 (16:13 -0400)]
dev/core#4707 Don't error if extension has empty `requires` tag

13 months agoMerge pull request #27868 from eileenmcnaughton/567-e
colemanw [Thu, 19 Oct 2023 23:02:02 +0000 (19:02 -0400)]
Merge pull request #27868 from eileenmcnaughton/567-e

dev/core#4706 Custom data fix

13 months agodev/core#4706 Custom data fix
Eileen McNaughton [Thu, 19 Oct 2023 21:37:24 +0000 (10:37 +1300)]
dev/core#4706 Custom data fix

13 months agoMerge pull request #27854 from eileenmcnaughton/567
colemanw [Thu, 19 Oct 2023 21:20:28 +0000 (17:20 -0400)]
Merge pull request #27854 from eileenmcnaughton/567

Fix regression when searching by contact ID from quickSearch (if you hit enter quickly)

13 months agoFix variable leakage between uf_group_id & contact ID
Eileen McNaughton [Tue, 17 Oct 2023 23:59:52 +0000 (12:59 +1300)]
Fix variable leakage between uf_group_id & contact ID

13 months agoMerge pull request #27798 from colemanw/angCheck
Matthew Wire [Mon, 16 Oct 2023 20:35:56 +0000 (21:35 +0100)]
Merge pull request #27798 from colemanw/angCheck

Angular - Noisily deprecate 'settings' in favor of 'settingsFactory'

13 months agoAngular - Noisily deprecate 'settings' in favor of 'settingsFactory'
colemanw [Thu, 12 Oct 2023 23:44:23 +0000 (19:44 -0400)]
Angular - Noisily deprecate 'settings' in favor of 'settingsFactory'

13 months agoMerge pull request #27788 from eileenmcnaughton/567_prem
Eileen McNaughton [Wed, 11 Oct 2023 22:05:45 +0000 (11:05 +1300)]
Merge pull request #27788 from eileenmcnaughton/567_prem

Add weights to premium screen

13 months agoAdd weights to premium screen
Eileen McNaughton [Wed, 11 Oct 2023 21:05:17 +0000 (10:05 +1300)]
Add weights to premium screen

13 months agoMerge pull request #27780 from eileenmcnaughton/567_pcp
Yashodha Chaku [Wed, 11 Oct 2023 10:42:16 +0000 (16:12 +0530)]
Merge pull request #27780 from eileenmcnaughton/567_pcp

Add some weights to pcp page

13 months agoAdd some weights to pcp page
Eileen McNaughton [Wed, 11 Oct 2023 05:33:31 +0000 (18:33 +1300)]
Add some weights to pcp page

13 months agoMerge pull request #27771 from eileenmcnaughton/567
colemanw [Wed, 11 Oct 2023 01:20:22 +0000 (21:20 -0400)]
Merge pull request #27771 from eileenmcnaughton/567

Do not run financial acls if the setting it not set

13 months agoDo not run financial acls if the setting it not set
Eileen McNaughton [Wed, 11 Oct 2023 00:36:22 +0000 (13:36 +1300)]
Do not run financial acls if the setting it not set

Yeah - continues a fugly fix - but it's quick & works

13 months agoMerge pull request #27722 from colemanw/civiCaseSelectWhereClause
colemanw [Tue, 10 Oct 2023 13:09:12 +0000 (09:09 -0400)]
Merge pull request #27722 from colemanw/civiCaseSelectWhereClause

CiviCase - Fix SelectWhereClause for Activity queries

13 months agoActivityTest - Fix tearDown to prevent test leakage
colemanw [Tue, 10 Oct 2023 00:34:10 +0000 (20:34 -0400)]
ActivityTest - Fix tearDown to prevent test leakage

13 months agoFix Activity ACL clause generation
colemanw [Sat, 7 Oct 2023 17:30:12 +0000 (13:30 -0400)]
Fix Activity ACL clause generation

Regression was caused by  918e583a146876fb42932a1d959796fd710b7b74 updating DAO::getSelectWhereClause
but not CRM_Contact_BAO_Query::generatePermissionClause. Turns out the code was being duplicated and
the latter could just call the former.

13 months agoFix tests not setting permissions properly
colemanw [Fri, 6 Oct 2023 18:45:01 +0000 (14:45 -0400)]
Fix tests not setting permissions properly

13 months agoDAO - Handle OR clauses in getDynamicFkAclClauses, improve sql formatting for readability
colemanw [Thu, 5 Oct 2023 18:01:25 +0000 (14:01 -0400)]
DAO - Handle OR clauses in getDynamicFkAclClauses, improve sql formatting for readability

Follow-up to 918e583a146876fb42932a1d959796fd710b7b74 - this correctly joins sub-arrays using OR

13 months agoMerge pull request #27748 from eileenmcnaughton/register_567
colemanw [Sat, 7 Oct 2023 13:45:34 +0000 (09:45 -0400)]
Merge pull request #27748 from eileenmcnaughton/register_567

Fix rc regression on register participants action

13 months agoMerge pull request #27747 from eileenmcnaughton/567
Seamus Lee [Sat, 7 Oct 2023 03:59:29 +0000 (14:59 +1100)]
Merge pull request #27747 from eileenmcnaughton/567

Regen (rc)

13 months agoSave mailing_id, is_test in test mode, where job is available
Eileen McNaughton [Sat, 7 Oct 2023 03:05:54 +0000 (16:05 +1300)]
Save mailing_id, is_test in test mode, where job is available

13 months agoFix rc regression on register participants action
Eileen McNaughton [Sat, 7 Oct 2023 02:47:34 +0000 (15:47 +1300)]
Fix rc regression on register participants action

Fixes an rc bug where contact information was not being loaded per participant,
resulting in emails not going out

13 months agoRegen (rc)
Eileen McNaughton [Sat, 7 Oct 2023 01:52:08 +0000 (14:52 +1300)]
Regen (rc)

13 months agoMerge pull request #27728 from eileenmcnaughton/surver
colemanw [Sat, 7 Oct 2023 01:35:42 +0000 (21:35 -0400)]
Merge pull request #27728 from eileenmcnaughton/surver

Add some more weight fields

13 months agoMerge pull request #27741 from eileenmcnaughton/567_event
colemanw [Sat, 7 Oct 2023 01:34:52 +0000 (21:34 -0400)]
Merge pull request #27741 from eileenmcnaughton/567_event

Fix rc regression - balance amount missing