Missing Condition: Contact added by
This condition is missing. The use case is following: I have ACL setup so that users in one group have access over the contacts in another group. The issue arises when they try to add a new contact. If they don't specifiy the group in the creation form, then they don't have the access to the contact that they've just created.
As per Erik Homel's suggestion I built a condition. It checks if contact was added by someone (not) in Group(s).
I will make a merge request (it is my first).