You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repository and believe that this is not a duplicate.
Summary 💡
Currently workflowitems can only be closed, which implies that the workflowitem was approved and the budget is added to the system. Currently, if a workflowitem is not approved it just stays open. A feature to close a workflowitem with a rejection it is needed. Additionaly, an option to add a comment (=exaplanation) when rejecting a workflowitem is needed.
Possible solutions
Adapt the "workflowitem_close" endpoint to also pass a reject/approve flag to it
Add a new endpoint
TODOs:
ui: close workflowitem: open a dialog, user decides if they close the dialog by approving or by rejecting it. When reject is chosen the user must also add a comment
api: adapt workflowitem_close endpoint: add flag to approve/reject while closing (default should be approve -> backwards compatibility), add comment field to rejection (optional, only mandatory when rejecting)
unit tests
e2e-tests
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had activity for 30 days. It will be closed if no further activity occurs. Thank you for your contributions.
Summary 💡
Currently workflowitems can only be closed, which implies that the workflowitem was approved and the budget is added to the system. Currently, if a workflowitem is not approved it just stays open. A feature to close a workflowitem with a rejection it is needed. Additionaly, an option to add a comment (=exaplanation) when rejecting a workflowitem is needed.
Possible solutions
TODOs:
The text was updated successfully, but these errors were encountered: