On 6/15/13, Ryan Ollos <[email protected]> wrote:
> On Sat, Jun 15, 2013 at 10:58 AM, Sathishkumar Duraisamy <
> [email protected]> wrote:
>
>> Hi all,
>>
>> By default, when Bloodhound is opened, it lands in page WikiStart. If
>> we don't give permission for a user for wiki, then it results in
>> ending up of  "Error: Forbidden WIKI_VIEW privileges are required to
>> perform this operation on WikiStart. You don't have the required
>> permissions" Is there any work around to solve this?
>>
>
> Would you like to change the page that you arrive at when navigating to the
> base URL, and have it be, for example, the Dashboard or Ticket page rather
> than the wiki? Or would you like to have it be a wiki page other than
> WikiStart?
>
> For the former, you can set the `[trac] default_handler`. For the latter I
> think a plugin would be required,

Actually just use `[mainnav]` section e.g.

{{{#!ini

[mainnav]
wiki.label = Home
wiki.href = /wiki/HomePage

}}}

please see

http://trac.edgewall.org/wiki/TracInterfaceCustomization#CustomNavigationEntries
http://stackoverflow.com/a/17130797/525341

>
> If setting `default_handler`, please be aware that the component must be
> enabled. The documentation that is inherited from Trac currently states
> that the following are allowed: TimelineModule, RoadmapModule,
> BrowserModule, QueryModule, ReportModule, TicketModule and WikiModule.
> However, in Bloodhound the RoadmapModule is disabled and replaced by the
> DashboardModule, and the TicketModule is disabled and replaced by the
> ProductITicketModule. I've tested DashboardModule and ProductTicketModule
> as the default_handler and they both work fine.
>

These subtle differences should be reflected in the docs .

-- 
Regards,

Olemis.

Reply via email to