Article
Problem
A Forum reader recently asked:
"I'd like a way to specify which chooser mode is used when someone clicks on a custom task in the Roles & Tasks menu. By default, it always displays "Select a single object" so you need to click on "Select multiple objects" or "Simple Selection" or "Advanced Selection". I want to have my users (helpdesk) see "Simple Selection" as the default when using my custom task."
And here's the response from Wolfgang Schreiber ...
Solution
You can modify the initial object selector by adding this to your install.xml:
<url-param>
<param-key>TC.mode</param-key>
<param-value>multiple</param-value>
</url-param>or
<url-param>
<param-key>TC.mode</param-key>
<param-value>simple</param-value>
</url-param>or
<url-param>
<param-key>TC.mode</param-key
<param-value>advanced</param-value>
</url-param>Increment the <version> counter in the <module> tag, then restart Tomcat and
update your module in rbs configuration.
Related Articles
User Comments
- Be the first to comment! To leave a comment you need to Login or Register
- 3245 reads


0