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
|
let urlArgs: Dictionary<string> = { |
|
projectAwaitingApproval: url.encodeNameForUrlPassing( |
|
project.project_name |
|
), |
|
}; |
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