How to reset some attributes on duplicate of entity
Hi,
In a form how do I handle the first save if some one duplicates the entity?
I have some attributes that needs to be reset when someone copies/deduplicate the entity. Now when I duplicate the entity all attributes is being passed to the new entity.
//Emil