ACl for multiple roles not working

snow3
Kilo Contributor

All the fields except Comments should be read only to everyone

but for  Assignee and users having CAB Manager role and Change Manager role its should be editable

i did the following and it didnt work

find_real_file.png

 find_real_file.png

1 ACCEPTED SOLUTION

Omkar Mone
Mega Sage

Hi 

Try writing ACL's with your roles in the following order :-

 

read - table.none

write - table.none

write - table.*

write - table.comments

 

Now this will make the comments field writeable, rest will be readonly.

 

Mark correct if it helps.

 

Regards,

Omkar Mone.

www.dxsherpa.com

View solution in original post

10 REPLIES 10

Omkar Mone
Mega Sage

Hi 

Try writing ACL's with your roles in the following order :-

 

read - table.none

write - table.none

write - table.*

write - table.comments

 

Now this will make the comments field writeable, rest will be readonly.

 

Mark correct if it helps.

 

Regards,

Omkar Mone.

www.dxsherpa.com

snow3
Kilo Contributor

still its not working..acl is not performing any actions

Hi 

Can you show me the ACL configurations? Because with the same i was able to achieve similar requirement in our project.

snow3
Kilo Contributor

1) find_real_file.png

2)

find_real_file.png

3)

find_real_file.png

4)

find_real_file.png

 

and for every acl i have added the following role

find_real_file.png

 

but when i open the change form its not performing any operations

find_real_file.png