-
Notifications
You must be signed in to change notification settings - Fork 2
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
Sync staging with develop #514
Merged
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
…nd 2024 forms in the BAP (assumes pattern of DeveloperName remains the same when querying the Salesforce RecordType for each form to get the Salesforce form record type id
…rom Formio and the BAP to support fetching Formio and the BAP independently, so the helpdesk page will support searching for a PRF or CRF submission via CSB Rebate Id before the BAP's ETL has been created for that form (queries Formio via the rebate id field directly instead of relying on getting the mongo id back from the BAP)
…ubmissionData() catch blocks to return null
… return the rebate id
…erver app's help API (allows better searching/display via rebate id alone)
Feature/update helpdesk
…ng BAP for 2024 PRF data
…ll getBapDataFor2024PRF()
Feature/add initial 2024 prf support
…ports Export getRebateIdFieldName in formio utilities file
Feature/debug bap connection issue
…help routes, and update client app's helpdesk component route s3 requests through server app to support file attachment downloads
Feature/add helpdesk s3 support
…sion() to account for updated structure of 2024 FRF
Feature/update 2024 prf data
…e datasource components to use the local endpoints version when developing locally)
Feature/finish 2024 prf support
…re attempting to fetch data from the BAP
…eys before attempting to fetch data
…lpdesk user and if they have no BAP combo keys, and use it in the empty BAP combo keys conditional in BAP /submissions endpoint to return an empty array instead of a 401 Unauthorized response for admin or helpdesk users
…() function to return empty arrays instead of 401 Unauthorized responses for helpdesk users with no BAP combo keys
…01-checks Feature/update error logging and 401 checks
…rts, but total number of files
…y, but just the total number of files
…og when a helpdesk user performs that action
Feature/update logging
…, school district name, school district state)
…-form Feature/update 2024 change request form
Feature/apply package updates
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.
Merging latest
develop
changes intostaging