#347: Include sumbit button for comments , lost after #345
--------------------------+------------------------------------
Reporter: olemis | Owner: olemis
Type: enhancement | Status: assigned
Priority: critical | Milestone: Release 4
Component: ui design | Version:
Resolution: | Keywords: ticket web_ui comments
--------------------------+------------------------------------
Changes (by gjm):
* priority: minor => critical
* milestone: => Release 4
Comment:
reviewing the problem, I don't think #345 is quite good enough without
this. For a start, it looks like you have to put the ticket into the edit
state to be able to submit the ticket.
A possible fix for that might be something like:
{{{
#!javascript
$('#propertyform .buttons [name="submit"]').click(function (e) {
if ($('button#edit-submit').length) {
$('button#edit-submit').click();
e.preventDefault();
}
});
}}}
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/347#comment:3>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker