-
Notifications
You must be signed in to change notification settings - Fork 5
[$30] Nice to have: Changes for Working Days field #50
Comments
@sandhiyakavi I think if we add some message for the first and last WPs it would be not enough. Because if we change RB dates for example in half, then half of the WPs would be removed and WP which would be the new last/first one, would be also updated, even though, before it was in the middle. So far I don't see a good solution for such edge cases. I think what we can do, is log this issue separately, and we could try to discuss it with Will or other end users of the TaaS Admin App. We could learn from them their usage patterns, or maybe they would have some idea regarding this, how do they feel would be natural for them. |
Sum up:
|
@maxceem Currently if we try to increase WorkingDays beyond its fitting to the RB dates,error message is getting displayed but if we try to again change it back to its previous number(without refreshing), the green tick mark is getting displayed which should not happen as the number is not changed in this case. bandicam.2021-07-05.18-17-48-257.mp4 |
@sandhiyakavi this is a bit tricky issue. The reason for this, when we increase the number it send to the server and gets error, but visually, the number stays as increased. When we decrease it back to previous value we send request to the server again, and this time server returns success - actually value is not changed we just send request to set the same value which is already there. So the green tick kind of works correctly, it is shown when request is successful. I'm not sure how it would be better to handle such case if error happened, but if you think we should do something about, I suggest logging a separate issue for this case. |
Verified on Prod Env with @nkumar-topcoder |
Description:
The text was updated successfully, but these errors were encountered: