Jump to content

Default folder after login


jme14

Recommended Posts

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

You need to edit WEB-INF/jasperserver-servlet.xml

Code:
<property name="homePageByRole">   <list>      <value>ROLE_ADMINISTRATOR|redirect:/flow.html?_flowId=repositoryExplorerFlow</value>      <value>ROLE_USER|redirect:/flow.html?_flowId=listReportsFlow</value>   </list></property>
Link to comment
Share on other sites

Thanks for your reply, but I do not understand your answer.

I will rephrase my question:

I have a folder e.g. "My Reports" with a sub-folder "MyReportsFinancial Reports".

I want to define "Financial Reports" to be the default folder for the end users of JS (role_user).

How can i achieve this in jasperserver-servlet.xml?

Regards,

Jan Meijer

Link to comment
Share on other sites

  • 3 years later...

jme14
Wrote:

Thanks for your reply, but I do not understand your answer.

I will rephrase my question:

I have a folder e.g. "My Reports" with a sub-folder "MyReportsFinancial Reports".

I want to define "Financial Reports" to be the default folder for the end users of JS (role_user).

How can i achieve this in jasperserver-servlet.xml?

Regards,

Jan Meijer

did you (or anybody) figure this one out?  i have the exact same problem.  basically we have too many reports in the list, making it quite cluttered.  they are organized by folder but by default, all reports from all folders are shown.  if i could dump a user into a particular folder by role that would help a lot.

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...