Hi again,
I'm just thinking if this could be done like in this example:
(Please note that I don't know what the options for the statuses are, could you at least tell them to us? Now I see that you are saying that -1 is for trashed, but after I trashed an article and checked its "state" in the "com_content" it's -2. Did you make a mistake, or is it something else wrong here?)
1. we create a field simple select e.g. "states" with 3 options: "trash=-1", "unpublish=0" and "publish=1", as: -1 being for trashed, 0 being for unpublished and 1 for
published;
2. we create 3 text fields with names: "state_trash" "state_unpublish" "state_publish" and default values -1, 0 and 1, with storage "state" in the "com_content";
3. then we assign a conditional rule to each text field from #2, something like for example for the "state_trash": This field is enabled if "states" is: -1, and another rule to the same field: This field is disabled if "states" is: 0,1
Is this how you the masters are doing it?
Regards
Ricco