On Wed, Jul 21, 2010 at 6:42 AM, rawu <[email protected]> wrote: > I install BatchModify Plugin, and no error in log file . > > I can see there are options under query result . > But where I try "Add field" , nothing happen . > So now , I can only batch modify comments of tickets . > > What‘s the problem. Anyone help? thanks. >
I just installed BatchModify on Trac 0.12 the other day and ran into this exact same problem. I think it turned out to be because I had installed it by `easy_install` against the SVN location. The problem went away when, instead, I took an SVN checkout and ran `python setup.py develop`. It works now so I haven't dug deeper -- but I think that, in the former method, the bundled Javascripts were not installed properly to a location where Trac could serve them. -Ethan > -- > You received this message because you are subscribed to the Google Groups > "Trac Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<trac-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/trac-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
