TACTIC Open Source
rule group can't works - Printable Version

+- TACTIC Open Source (http://forum.southpawtech.com)
+-- Forum: TACTIC Open Source (http://forum.southpawtech.com/forumdisplay.php?fid=3)
+--- Forum: TACTIC Discussion (http://forum.southpawtech.com/forumdisplay.php?fid=4)
+--- Thread: rule group can't works (/showthread.php?tid=11)



rule group can't works - EricTsuei - 10-12-2019

I have added some rules for user groups, it seems can't work.

code is:
<rule group="sobject_column" search_type="xxxx/xxxxx" column="budget" access="deny"/>

xxxxx is my custom sType
but still, this column can be view or edit by the not allow user.


RE: rule group can't works - listy - 10-12-2019

What is sobject_column?
It should look somethink like:
<rule group="search_type" code="SEARCH_TYPE_CODE" project="PROJECT_CODE" access="deny"/>


RE: rule group can't works - EricTsuei - 10-14-2019

I find sobject_column in tactic-setup.pdf page 90

I know about "rule group="search_type" "
but I need to create some rule for sType's specific column, like "budget".
some users can't view or edit this column.


RE: rule group can't works - listy - 10-14-2019

(10-14-2019, 07:11 AM)EricTsuei Wrote: I find sobject_column in tactic-setup.pdf page 90

I know about "rule group="search_type" "
but I need to create some rule for sType's specific column, like "budget".
some users can't view or edit this column.
You can remove those column in view definition made specifically for groups of users, and also disable column manager for that group. if you can't find how to do this i can make you some sped by step guide?


RE: rule group can't works - EricTsuei - 10-14-2019

yes, I am already using a custom layout to make this specific page. and not let user group to manage column.
but I think it's not the rightest way to make it.
in shotgun, each column can set permission to each group, hope tactic can add this function too.