-
Notifications
You must be signed in to change notification settings - Fork 12
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
Template tasks may delete new tasks #293
Comments
Yeah. I see that, the problem being - isDirty is true until the task is automatically or manually saved :( Let me see how this thing can be fixed! |
tonythomas01
added a commit
to tonythomas01/phpreport
that referenced
this issue
Sep 6, 2016
tonythomas01
added a commit
to tonythomas01/phpreport
that referenced
this issue
Sep 6, 2016
tonythomas01
added a commit
to tonythomas01/phpreport
that referenced
this issue
Sep 7, 2016
tonythomas01
added a commit
to tonythomas01/phpreport
that referenced
this issue
Sep 7, 2016
|
tonythomas01
added a commit
to tonythomas01/phpreport
that referenced
this issue
Sep 7, 2016
tonythomas01
added a commit
to tonythomas01/phpreport
that referenced
this issue
Sep 7, 2016
tonythomas01
added a commit
to tonythomas01/phpreport
that referenced
this issue
Sep 7, 2016
tonythomas01
added a commit
to tonythomas01/phpreport
that referenced
this issue
Sep 7, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've just found a problem in the implementation of #247, in particular this part:
Steps to reproduce:
Expected result: the template task is added, so there are two tasks now.
Actual result: the template task deletes the existing task, even when it's not empty any more.
The text was updated successfully, but these errors were encountered: