My plan is to separate changing the project's stage from the rest of it's attributes (w/c are name, the linked client and service). The problem is that in the set relation part of the code
$crud->set_relation('stage_id','stage','name');
how can I make it so that only the stages w/c are linked to the project's service are the only ones displayed?