hmm ...that didn't work either. [root@srvr01 cm]# trac-admin . permission add <user> MILESTONE_ADMIN TracError: MILESTONE_ADMIN is not a valid action.
[root@srvr01 cm]# trac-admin . permission list | awk '/Available/, $2=""' Available BROWSER_VIEW, CONFIG_VIEW, EMAIL_VIEW, FILE_VIEW, LOG_VIEW, PERMISSION_GRANT, PERMISSION_REVOKE, REPORT_ADMIN, REPORT_DELETE, REPORT_MODIFY, REPORT_SQL_VIEW, SEARCH_VIEW, TICKET_ADMIN, TICKET_APPEND, TICKET_CHGPROP, TICKET_EDIT_CC, TICKET_EDIT_COMMENT, TICKET_EDIT_DESCRIPTION, TICKET_VIEW, TIMELINE_VIEW, TRAC_ADMIN, WIKI_ADMIN, WIKI_CREATE, WIKI_DELETE, WIKI_MODIFY, WIKI_VIEW Please help me... Thanks, Dani, [root@atld-rcsvn03 claimsmonitor]# trac-admin . permission add dvarghese MILESTONE_ADMIN TracError: MILESTONE_ADMIN is not a valid action. On Jun 8, 1:07 pm, "Laws, Aaron" <[email protected]> wrote: > Ahh... > > > > > > > > > > > -----Original Message----- > > From: Dani-Blr > > Sent: Friday, June 08, 2012 11:43 AM > > To: Trac Users > > Subject: [Trac] Re: MILESTONE_CREATE and MILESTONE_ADMIN permission > > view issue > > > No luck Aaron. > > Please find the following. No result came after the commands. > > > [root@srvr01 cm]# trac-admin . permission list | grep MILESTONE_CREATE > > [root@srvr01 cm]# trac-admin . permission list | grep MILESTONE_ADMIN > > [root@srvr01 cm]# > > > The trac was moved from another server where I could still see these > > permissions. > > The new server, these permissions are missing. > > Any other thoughts on this ? > > I am new to trac and helped to move this to new server. > > Any help from anyone would greatly appreciated. > > > The move to the new server happened around 6 months back and I didn't > > get any questions after the move about the server. > > In fact all records are existing in Trac - but the permission are > > missing which should be a part of standard configuration. > > > Waiting for responses. > > > Thanks, > > Dani. > > There is another route. You can create the permissions yourself by ignoring > the fact that they're not in that list: > > ta . permission add user MILESTONE_ADMIN > > because I think that TRAC checks for them whether they're there or not. > > I am a little curious what the output to > > ta . permission list > > is (just the part about available actions, perhaps > > ta . permission list | awk '/Available/,$2=""' > > ? ) > Good providence! > > Aaron -- 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.
