--
Hi, I am having the same problem with the missing Update button on the Query page. I am running Trac version 0.12, and it was a new installation. I, too, don’t know if the Update button was ever there, or if it disappeared at some point. I am using the following plugins:
AdvancedTicketWorkflowPlugin-0.11dev-py2.7.egg
BlackMagicTicketTweaks-0.11r1-py2.7.egg
CondFieldsGenshiPlugin-0.2-py2.7.egg
GroupTicketFields-0.0.1dev-py2.7.egg
TicketValidator-0.1-py2.7.egg
ticket_clone.py
TracAnnouncer-0.11.1-py2.7.egg
TracCustomFieldAdmin-0.2.8-py2.7.egg
TracDynamicFields-1.2.3-py2.7.egg
TracTicketValidator-0.1-py2.7.egg
trac_WorkflowNotificationPlugin-0.4-py2.7.egg
Any idea if these plugins cause a problem?
Thanks,
Candace
The information contained in this email message, including any attachments, is for the sole use of the intended recipients(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient and have received this communication in error, please contact the sender by reply e-mail and destroy all copies of the original message.
It appears that the TracDynamicFields plugin is causing the Update button to disappear. Any suggestions how can I fix the problem (other than disabling the plugin)?
Thanks,
Candace
--
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
trac-users+...@googlegroups.com.
To post to this group, send email to
trac-...@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
--
You are right about a problem within the [ticket-custom] section. Thanks so much for your help!!! I narrowed it down to the following line. When I removed the line, the Update button came back on the Custom Query page.
[ticket-custom]
priority.show_when_origination = SomethingElse
I originally put in this line to hide the Priority field (because “SomethingElse” was not a real value -- thus the equation would never equal true). Then, I realized that I could remove everything from the Priority section in the Admin account and accomplish the same thing.
But…. I still had similar statements in that section for Component, Description, Milestone, and Version, and they didn’t cause a problem. (I also later modified those fields in the Admin account).
Is there something special about the Priority field that would cause the problem? Or was I just lucky that the others didn’t cause a problem since I was checking them against a non-existent value?
Thanks!
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
trac-users+...@googlegroups.com.
To post to this group, send email to
trac-...@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
I originally put in this line to hide the Priority field (because “SomethingElse” was not a real value -- thus the equation would never equal true). Then, I realized that I could remove everything from the Priority section in the Admin account and accomplish the same thing.
But…. I still had similar statements in that section for Component, Description, Milestone, and Version, and they didn’t cause a problem. (I also later modified those fields in the Admin account).
Is there something special about the Priority field that would cause the problem? Or was I just lucky that the others didn’t cause a problem since I was checking them against a non-existent value?