TruBudget
TruBudget copied to clipboard
Update project issue
- [ ] I have searched the issues of this repository and believe that this is not a duplicate.
Description 😯
On the project level we gave the “Update project” permissions to a user and the same user tried to add an organization to the project. But it failed with this message :
How to reproduce 🕹
Your Environment 🌎
Tech | Version |
---|
frontend | 1.28.1 | |||
---|---|---|---|---|
api | 1.29.0 | |||
blockchain | 1.28.1 | |||
multichain | 2.1.2 | |||
emailService | 1.28.1 | |||
exportService | 1.28.1 | |||
storage | 1.28.1 |
Thanks for posting this issue!
Possible Solution:
~~Remove project.budget.updateProjected
, project.budget.deleteProjected
, subproject.budget.updateProjected
, subproject.budget.deleteProjected
and replace the intents with project.update
or subproject.update
~~
To keep backwards compatibility , the .update
intent should be added to the routes .deleteProjected
and .updateProjected