shacker / django-todo

A multi-user, multi-group todo/ticketing system for Django projects. Includes CSV import and integrated mail tracking.
http://django-todo.org
BSD 3-Clause "New" or "Revised" License
819 stars 285 forks source link

Comments Bug #64

Open xor0x opened 5 years ago

xor0x commented 5 years ago

You have a bug in comments please open this video https://youtu.be/dJDMX33Y22g

shacker commented 5 years ago

...but you are hitting Refresh each time, right? I should probably redirect back to the original page after posting a comment so that's not possible, but I would consider that an enhancement rather than a bug. Easy though, will do.

xor0x commented 5 years ago

I do this with the script on base.hml

shacker commented 5 years ago

Suggestion: Rather than paper over with javascript what you perceive to be a bug in the app, instead submit a pull request that actually fixes it in the app itself. The flow for this is well-documented in the Django docs.

datatalking commented 3 years ago

@shacker I can take a look at this.

So from what I understand @xor0x says is a bug but we are calling an enhancement that when a comment is added to a task. The drop down comes up, but instead the enhancement is to disable the pop up window that displays Screen Shot 2021-08-22 at 5 25 02 PM

Then build in an enhancement where the comment on the task is not duplicated rather is just added once?

datatalking commented 2 years ago

@xor0x I've got a bit more time and found you replied to my comments. I was trying to summarize your challenge that it was creating duplicates when you hit refresh... you responded with 'confused' emoji so I'm asking if I was correct in understanding your issue.

xor0x commented 2 years ago

@datatalking You're right.

SkSaadAli commented 1 year ago

The video is no longer available can you explain what the issue was?