-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Test Migration] Pledges and event report issue [jp-bugfix-0027] #249
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dev - Donation history - Make changes button
only check approved eforms for duplucates
add createEvent
Load correct event pledge
S40(24) Dev - eForm change log [jp-0003]
Display campaign year and not calendar year for annual campaign summa…
Dev - System Notification in the Event of Data Interface Errors [jp-0002]
Dev - System Notification in the Event of Data Interface Errors [jp-0002]
Dev - System Notification in the Event of Data Interface Errors [jp-0002]
S40(24) Dev - eForm change log [jp-0003]
s41(19) DEV - PSFT integration -- conditionally allow send transaction immediately to PSFT [jp-bugfix-0012]
s41(08) Testing - CRA list Upload [jp-bugfix-0009] additional chages
DEV - Clean up old view 'pledge_export' and coding [jp-bugfix-0017]
s41(08) Testing - CRA list Upload [jp-bugfix-0009] fix import error issue
S40 (01) DEV - Admin report list - Pledges and event [jp-bugfix-0018]
Dev - Homepage Alignment [jp-bugfix-0019]
Dev - Homepage Alignment [jp-bugfix-0019] 2nd version
Dev - Homepage Alignment [jp-bugfix-0019] 3rd version
s41(08) Testing - CRA list Upload [jp-bugfix-0009] improve to assign created_by and updated_by info
S40(09) DEV - Daily Campaign Update - Part 2 (22nd -- update settings page
S40(12) DevOps - System load testing [jp-0004]
S40(09) DEV - Daily Campaign Update - Part 2 (24th -- s41(17) Challenge page historical ordering)
Dev - Duplicate charities with different program designations allowed [jp-bugfix-0020]
…te status on dropdown box
s41(08) Testing - CRA list Upload [jp-bugfix-0009] fix bug on duplicate status on dropdown box
…submitted by' on Charity List Maintenance page
CRA charities - Search results needs better indication of on what page the users is currently on [jp-bugfix-0022]
Pg bugfix 0043 | Dev - Donation Flow - Typo - Search
Dev - Volunteering page - Update Links
S43 Dev - reposition submenu 'Security - PECSF Administrators' [jp-bugfix-0023]
FAQ: Add a Expand All button | Amended requested changes to flow of t…
Source of Truth [Sync up master from TEST] on June 16, 2023
FAQ: Add a Expand All button
FAQ: Add a Expand All button
S40(02) Dev - Maintain Event Pledges
…] -- BU doesn't pop-up when changed first time from Gov BC
Dev - PECSF Admin - Maintain EE Enhancement - Non-gov [jp-bugfix-0021]
Dev - Improve daily batch process to reduce database update [jp-bugfix-0025]
Source of Truth [Sync up master from TEST] on June 20, 2023
Differentiate the environments for users [jp-bugfix-0024]
Dev - Donation History Summary/Pledge Summary: Add charity details
Volunteer e-form: Duplicate Business Units displayed
Admin: Maintain Event Pledges Search Fields Enhancement [jp-bugfix-0026]
steffipravasi
approved these changes
Jun 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Root Cause:
On server, the PHP version 8.0.29 and not compatilible with updated ZipStream packge per the vendor website information: PHPOffice/PhpSpreadsheet#3616
Resolution:
Force the dependency back to v2 which is compatible with PHP 8.0 by requiring "maennchen/zipstream-php": "^2.4".
Ticket