Is it possible to froze state changing for an given object based on a condition?
What I have:
- meetings (like events)
- subscribers (participants in meetings)
- the subscribers can be approved or not
What I need:
- the subscribers of old meetings to have the state frozen (nobody to change an approved one to not approved etc).
Can you suggest a solution for this case?