CoreBOSBB

Full Version: List View Filters
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I know that all List View Filters Are assigned to a user. Is there a way to have them assigned to a role.

Example:
I have 2 employees in my Finance Department. With there own user log-in so i can track their history. Now there are certain filters I would like both of them to be able see.

Now I know of 2 ways I could complete this is either
a) make it public
b) Create a generic Role and have that role be a subordinate to these 2 users and they would see the filters.

If there is an easier please help me
No, there is currently no other way to do this except coding.

If you want to do it with coding you have to use the corebos.filter.listview.filter.show event

<!-- m --><a class="postlink" href="http://corebos.org/documentation/doku.php?id=en:devel:corebos_hooks#corebosfilterlistviewfiltershow">http://corebos.org/documentation/doku.p ... filtershow</a><!-- m -->

If I remember correctly the example scripts in HelperScripts directory do exactly this.