7.17.0619

Navigation:  7.17 >

7.17.0619

Previous pageReturn to chapter overviewNext page

Released on February 18, 2019

New: Dialog to edit set variables

You no longer have to manually encode set variables in a string. Just hit F2 key in the Set Variables column and you get following dialog:

clip0296

Notice that QEval (Quantity for Evaluation) always appears when the Evaluated Quantity column is implemented. When QEVal=1, it is not added to the stored string because 1 is the default value for QEval.

Bug fix: Incorrect reading of minute fields in macros and requests in some estimates.

The IMinute.GetFieldValue method in the API returned an incorrect value (an empty string) in some estimates. The same problem occurred also when retrieving a field value with Minutes.[FIELD] in requests.

Bug fix: Calculation of time frame fields following planner

When having several versions and/or progress statements and a time frame which is following the planner, it could come to problems in the distribution of values over the several time periods. In fact it was not following the planner in this case but was following the start period and duration given to the time frame.

A check and repaint was solving the problem but any change requiring the distribution of values was reintroducing the problem.