On Friday, April 10, 2015 at 11:27:37 AM UTC-4, pineapplehandler wrote: > > The blog > <https://lea.pacopablo.com/blog/pacopablo/blog/set-assign-to-drop-down> > which contained the information about editing the database seems to have > been moved or deleted. > > What do I need to modify to make a 'session user' appear in the dropdown > list? I have 10 users populated, all with what looks like similar data but > only 8 of them are listed in the drop-down: > INSERT INTO "session" VALUES('usera',1,1428615162); > INSERT INTO "session" VALUES('userb',1,1428596591); > INSERT INTO "session" VALUES('userc',1,1428603372); > INSERT INTO "session" VALUES('userd',1,1427985960); > INSERT INTO "session" VALUES('usere',1,1428613761); > INSERT INTO "session" VALUES('userf',1,1428603701); > INSERT INTO "session" VALUES('userg',1,1428610419); > INSERT INTO "session" VALUES('userh',1,1428610579); > INSERT INTO "session" VALUES('useri',1,1428610651); > INSERT INTO "session" VALUES('userj',1,1428678211); > userd and userj are missing from the list but I'm not seeing any flag to > indicate as such. How do I make them show up? > > Thanks! >
Have "userd" and "userj" been granted the TICKET_MODIFY permission? http://trac.edgewall.org/wiki/TracTickets#Assign-toasDrop-DownList - 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 http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
