Bug #1355: START IN FIXED DATE constraints don't change to NOT EARLIER THAN
after drag & drop. FEA: ItEr76S04BugFixing
This commit is contained in:
parent
2af1d8d8dd
commit
3a812dd8d0
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ public enum PositionConstraintType {
|
|||
|
||||
@Override
|
||||
public PositionConstraintType newTypeAfterMoved() {
|
||||
return START_NOT_EARLIER_THAN;
|
||||
return START_IN_FIXED_DATE;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue