We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you delete a ticket, the green bar doesn't go down. I know wolfgang hasn't been applying updates but I want to address this if I'm bored.
Basically the Project::getPlannedHours() function needs an added condition for making sure the deleted_at field is null.
Project::getPlannedHours()
deleted_at
The text was updated successfully, but these errors were encountered:
Thanks. Did your co-worker try deleting a ticket to notice this?
On Thu, Dec 4, 2014 at 1:20 PM, Alexander Curtin [email protected] wrote:
If you delete a ticket, the green bar doesn't go down. I know wolfgang hasn't been applying updates but I want to address this if I'm bored. Basically the Project::getPlannedHours() function needs an added condition for making sure the deleted_at field is null. — Reply to this email directly or view it on GitHub #2.
— Reply to this email directly or view it on GitHub #2.
Sorry, something went wrong.
He did. He was actually deleting multiple tickets, and yet the planned hours bar stayed in place, making it about 50 hours off.
No branches or pull requests
If you delete a ticket, the green bar doesn't go down. I know wolfgang hasn't been applying updates but I want to address this if I'm bored.
Basically the
Project::getPlannedHours()
function needs an added condition for making sure thedeleted_at
field is null.The text was updated successfully, but these errors were encountered: