Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag & drop does not obey no circular dependencies restriction #1170

Open
dbarashev opened this issue Sep 7, 2015 · 0 comments
Open

Drag & drop does not obey no circular dependencies restriction #1170

dbarashev opened this issue Sep 7, 2015 · 0 comments

Comments

@dbarashev
Copy link
Contributor

  1. Open the linked file [1].
  2. Check that Task_2 can't be indented under Task_0. This is expected because there is a FS dependency Task_0->Task_3 and indenting would create a dependency loop
  3. Drag and drop Task_2 under Task_0

Expected: operation is not permitted
Actual: Task_2 moves under Task_0 and dependency Task_0->Task_3 deletes

[1] https://dl.dropboxusercontent.com/u/5454466/GanttProject/IssueAttachments/example.gan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant