Skip to content

Commit

Permalink
Merge pull request #458 from USEPA/feature/update-2022-crf-status-map
Browse files Browse the repository at this point in the history
Feature/update 2022 crf status map
  • Loading branch information
courtneymyers authored Aug 6, 2024
2 parents f2dec36 + 591daad commit 20b4d24
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

# Set environment variables
env:
APP_VERSION: 5.0
APP_VERSION: 5.0.2
CLOUD_SPACE: production
SERVER_BASE_PATH: /csb
FORMIO_BASE_URL: ${{ secrets.FORMIO_BASE_URL }}
Expand Down
4 changes: 2 additions & 2 deletions app/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "epa-csb-rebate-forms-app-client",
"version": "5.0.1",
"version": "5.0.2",
"description": "U.S. EPA CSB Rebate Forms Application (client app)",
"homepage": ".",
"license": "CC0-1.0",
Expand Down
3 changes: 2 additions & 1 deletion app/client/src/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ export const bapStatusMap = {
.set("Accepted", "Funding Approved"),
crf: new Map<string, string>()
.set("Needs Clarification", "Needs Clarification")
.set("Branch Director Denied", "Close Out Not Approved")
.set("Withdrawn", "Withdrawn")
.set("Coordinator Denied", "Close Out Not Approved")
.set("Accepted", "Close Out Approved"),
},
2023: {
Expand Down
4 changes: 2 additions & 2 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "epa-csb-rebate-forms-app",
"version": "5.0.1",
"version": "5.0.2",
"description": "U.S. EPA CSB Rebate Forms Application",
"license": "CC0-1.0",
"author": "USEPA (https://www.epa.gov)",
Expand Down
4 changes: 2 additions & 2 deletions app/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "epa-csb-rebate-forms-app-server",
"version": "5.0.1",
"version": "5.0.2",
"description": "U.S. EPA CSB Rebate Forms Application (server app)",
"license": "CC0-1.0",
"author": "USEPA (https://www.epa.gov)",
Expand Down

0 comments on commit 20b4d24

Please sign in to comment.