CoreBOSBB
List View Filters - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Development (https://discussions.corebos.org/forumdisplay.php?fid=18)
+--- Forum: coreBOS Development (https://discussions.corebos.org/forumdisplay.php?fid=4)
+---- Forum: coreBOS (https://discussions.corebos.org/forumdisplay.php?fid=5)
+---- Thread: List View Filters (/showthread.php?tid=101)



List View Filters - myhomewise - 03-02-2015

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


Re: List View Filters - joebordes - 03-02-2015

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.