Added validation to the Completed Work field to prevent negative values. #72
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Ashutosh_Bug#192_Negative_Completed_Work"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Module : Project > Specific Project > Infrastructure > Manage Task / Edit Task
Before Changes:
The Completed Work field allowed negative values, leading to invalid task data.
After Changes:
The Completed Work field is now validated to reject negative values, ensuring only valid input is accepted.