On Friday, April 7, 2017 at 6:04:16 AM UTC-7, Mo wrote:
> As a short solution I like to try that first but it doesn't do anything. > The plugin is loaded: > > TracDynamicFields 2.2.0.dev0 /mnt/data/trac/projects/trac-pmp/ > plugins/TracDynamicFields-2.2.0.dev0-py2.7.egg > The plugin didn't support copying from the owner field, at least for Trac 1.2 at least. It's getting fairly complicated to support Trac 1.0 and 1.2. The owner field was removed in #2045 and in Trac 1.2 the owner is completely controlled by the workflow actions. In r16479 I've made some changes to DynamicFieldsPlugin to support the changes in Trac 1.2. Please give it a try, but don't be surprised if it still does not work for your particular scenario. https://trac.edgewall.org/ticket/2045 https://trac-hacks.org/changeset/16479 If it does not work, please reduce your configuration to a minimal [ticket-custom] section that reproduces the issue. I don't have a lot of time to spend on this, so you can expedite a solution by finding a minimal configuration that reproduces the behavior. Please open a ticket with that information. I will also need to see your [ticket-workflow] section. > But there is nothing on the reviewer flag when creating a new ticket. > > [ticket] > default_owner = < default > > > [ticket-custom] > reviewer = text > > > reviewer.label = Reviewer > reviewer.copy_from = owner ( overwrite ) > You need to remove whitespace and use (overwrite) rather than ( overwrite ) - Ryan -- 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 https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
