adds a take button so an authroized user can easily reassign a ticket to themselves
fixes: #962
Could we split it over more lines?
Question: should the take button submit the form or does this remain a two step action?
It submits the form currently. The form covers virtually the wholepage, so not sure if there is an easy way around this without a asyc json call
Anything more complex with the live update thingo (can't remember the name) is a bit out of my knowledgeset to fix :(
I was wondering about this, maybe we could add an API endpoint to assign a ticket and just use it via ajax for this feature. Will see what we can do :)
rebased
Looks good to me :thumbsup:
Thanks, will rebase and merge :)
Pull-Request has been merged by pingou
adds a take button so an authroized user can easily
reassign a ticket to themselves
fixes: #962