Skip to content

Commit

Permalink
Merge release 4.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mmazanec22 committed Aug 7, 2019
2 parents e3fc209 + 814aec5 commit d0b6219
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simplicity2",
"version": "4.3.8",
"version": "4.3.9",
"description": "Version 2 of SimpliCity",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 6 additions & 2 deletions src/app/development/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const statusTranslation = [
},
{
accelaSpeak: 'CC Issued',
statusText: '',
statusText: 'This project has been approved and the City has issued permits to begin construction.',
closed: true,
},
{
Expand Down Expand Up @@ -78,7 +78,7 @@ export const statusTranslation = [
},
{
accelaSpeak: 'Revoked',
statusText: '',
statusText: 'This is not an active permit application.',
closed: true,
},
{
Expand All @@ -102,6 +102,10 @@ export const statusTranslation = [
statusText: 'The applicant has asked the City to stop reviewing this project.',
closed: true,
},
{
accelaSpeak: 'Revisions Requested',
statusText: 'Staff has reviewed the plans and asked for further information from the applicant.',
},
];

export const defaultTableHeaders = [
Expand Down
2 changes: 1 addition & 1 deletion src/styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ h4{
color: #6C787F;
}

p a {
p a, p + ul a {
text-decoration: underline;
}

Expand Down

0 comments on commit d0b6219

Please sign in to comment.