Re: [Trac] Populate multiselect options with milestone names

2017-10-06 Thread andrea knight
I believe what I am trying to do, is (almost) exactly this [ticket-custom] exists_in text exists_in.format = list exists_in.label = Exists_In exists_in.multiselect = true exists_in.options = [[MilestoneQuery(%rc_%,,)]] where Milestone query returns the correctly formatted list of milestones.

Re: [Trac] Populate multiselect options with milestone names

2017-10-06 Thread RjOllos
On Friday, October 6, 2017 at 6:45:54 AM UTC-7, andrea knight wrote: > > I believe what I am trying to do, is (almost) exactly this > > [ticket-custom] > > exists_in text > exists_in.format = list > exists_in.label = Exists_In > exists_in.multiselect = true > exists_in.options =

Re: [Trac] Populate multiselect options with milestone names

2017-10-06 Thread andrea knight
Actually, I want to query the milestones, and use that list as input to a custom field. We want a field that allows users to specify all of the milestones where a bug exists, or has been fixed. I am working on extending the MultiSelectFieldPlugin to do what I am looking for, but I was