-
-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
Front EndPrimarily front-end (react/javascript)Primarily front-end (react/javascript)
Description
When the project creation workflow is finished, the following message is shown in the top alert bar:
Your project <Project Name> is awaiting approval. Expect a decision in the next business day.
However, even after the project is approved, if the project is edited and the user clicks the final 'Update Project' at the end of the workflow, they still see this message.
Code Location
CivicTechExchange/common/components/controllers/CreateProjectController.jsx
Lines 183 to 187 in e0baf17
| let urlArgs: Dictionary<string> = { | |
| projectAwaitingApproval: url.encodeNameForUrlPassing( | |
| project.project_name | |
| ), | |
| }; |
Metadata
Metadata
Assignees
Labels
Front EndPrimarily front-end (react/javascript)Primarily front-end (react/javascript)
Type
Projects
Status
Needs review