Hi.
I have a stage called Completed (in projects) and a field called x_studio_findings. Im trying to se the background color of the card to red if the card is at Completed stage and the x_studio_findings field is not set.
Any ideas from the gurus?
my attempt:
([['stage_id','=','Completed'],['x_studio_findings_1','=',False]]) and 'background-color: #cbf3c9;' or 'background-color: #ffffff;'
unfortunately i cannot add the xpath part of the xml due to the forum restriction. Im sure the way i have set my domain is not correct