Auto-comment fields values in pending changes shall be refreshed after clicking refresh
There is great feature which allows to put automatically time, date or branch name into check-in comment.
But I have one observation - formating syntax variables are evaluated only ones when Pending Chanegs tab is opened first time.
If in meantime branch will be switched and refresh button clicked it still remains the same. So it leads to situation when both {1} (Data) and {3} (Branch name) can be complately out of sync with real check-in operation.
I propose that refresh shall also re-evaluate auto-comment string and update Check-in comment accordingly.
Released in BL693
-
Piotr Mis commented
I have also one additional remark.
{3} field (Branch name) shall always be evaluated as branch which is target of the operation. For now I have feeling that it is evaluated to branch on which workspace is currently set.