Hi!
If I have a set of tasks, A, B and C, with dependencies so that they follow each others (B after A, C after B) with no slack in between, and all are, for example, five days long each, I can easily extend task A to e.g. ten days which causes task B and C to each move five days into the future.
However, If I were to shorten task A to only two days, task B and C would not move. The only way I have found to do this is by individually move first B and then task C (moving only task C is not allowed since task B is "fixed". This is an impossible way to work when you have a large project.
This could have been solved by either having different types of dependencies (a feature which has been requested multiple times in the forums but is still not supported) or by allowing task C to push task B since there is a slack between A and B.
Or have I missed a feature?
Best Regards
Johan