hi, i have a status enumeration attribute which have TODO,CLOSED,RESOLVED values. i have applies drag bar to the enumeration, so if user loged in user should only see TODO and RESOLVED options in drag bar. i need to hide the closed Enumeration. if admin loged in admin can have permissions to see All of Enumeration values. id hter any option to do this. Thankyou
asked
saiteja nalamala
1 answers
1
You cannot put conditional visibility on enum values, but you make make a work-around.
Create a button per enum value
This button changes the enum value to the next (todo to closed, closed to resolved)
Put each button in a separate layout grid row
Put conditional on the right layout grid row for the admin rule