04-30-2020, 08:22 AM
Can I disable edit when a task's status is approved?
something like this:
<rule group="element" search_type="sthpw/task" key="bid_end_date" column="status" value="Approved" access="view"/>
so when "status" is "Approved", no one in this group can edit this "bid_end_date" anymore.
this code works without ' column="status" value="Approved" '
something like this:
<rule group="element" search_type="sthpw/task" key="bid_end_date" column="status" value="Approved" access="view"/>
so when "status" is "Approved", no one in this group can edit this "bid_end_date" anymore.
this code works without ' column="status" value="Approved" '