Arthmoor / AFKTrack

A bug tracker application with the intent of being ideal for use by mod authors to track issues in their mods.
Other
6 stars 1 forks source link

Editing Issue - Closed checkbox #1

Open Arthmoor opened 7 years ago

Arthmoor commented 7 years ago

A minor bug exists when editing a closed ticket. If you wish to change the resolution reason or to put in a closing comment, you must first uncheck the box for the Closed flag to get the form to toggle on. Then recheck the Closed flag to make sure it saves as closed when you're done editing.

This is because I am not sure how to get the HTML in question to toggle the state of the box based on the value of the flag. The HTML is found in issue_editissue.xtpl beginning at the Issue Flags point.