Released on April 27, 2026
Internal Release
The “Tabs & Sheets & Columns” tab in the permissions window contains one row for each editable column in each overhead sheet. There was a limit of 999 rows that could be editable. If the overhead workbook contained many sheets with many editable columns, this limit could be exceeded, and remaining rows couldn’t be edited by the user.
When the user created a new task or a sub=task, the quantity was set to 1. But the WBS_Formula_For_Quantity was not set, it was empty. After compute all, the empty formula was evaluated and the result 0 was written to quantity and the initial 1 was lost. Now the WBS_Formula_For_Quantity is set to 1 in new tasks, so it matches the quantity.
When merging estimates (Home/Tasks/Merge) the Quantity_For_Evaluation_WBS is copied with the contents of the minutes if it exists. Except if the flag "Quantity_For_Evaluation_WBS follows WBS Quantity" is set.