Jump to content
We've recently updated our Privacy Statement, available here ×

Customize search results filters role based


Balraj
Go to solution Solved by Balraj,

Recommended Posts

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Solution

Well I got the Answer, by adding an extra bean to the "id=SuperUserRoleAccessList"

<!--Custom tag -->    <util:list id="SuperUserRoleAccessList">        <bean class="com.jaspersoft.ji.search.common.ProRoleAccess">            <property name="roleName" value="ROLE_SUPERUSER"/>            <property name="tenantId">                <null/>            </property>        </bean>        <bean class="com.jaspersoft.ji.search.common.ProRoleAccess">            <property name="roleName" value="ROLE_ADMINISTRATOR"/>            <property name="tenantId">                <null/>            </property>        </bean>    </util:list><!-- End of custom tag -->[/code]

Cheers :D

 

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...