Hello, I'm running Trac 1.0.0 on CentOS 6. When I try to use the custom query interface the update button is missing. This happens on Chrome, Safari, IE and Firefox. See screenshot: https://flux.org.uk/tmp/trac-no-update-button.png
When I query the source in a browser it seems the div containing the button is set not to be displayed: <div class="buttons" style="display: none;"> <input type="hidden" value="priority" name="order"> <input type="submit" value="Update" name="update"> </div> I have admin permissions and trac.ticket.query.*, QueryModule and TicketQueryMacro are enabled. Running trac-admin upgrade says the database is up-to-date. Could installing/uninstalling a plugin have caused this? This is the first time I've used this feature, so not sure if it was working when I first installed Trac. Not managed to find any similar cases on the mailing list or in the documentation. Am I missing something obvious? TIA, Will -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
