Hello!
I am having some issue with the generate annotation. I am not sure that is a normal behaviour.
When we have a new entity (not persisted) and I set manually a field with generate annotation, it is automatically replaced with generator value when it is persisted by Doctrine.
I am not sure, but I think that setted value should have more priority than autogenerated value. There are some edge cases than that fields are manully fillable or autogenerated.
What do you think?
Thank you
Hello!
I am having some issue with the generate annotation. I am not sure that is a normal behaviour.
When we have a new entity (not persisted) and I set manually a field with generate annotation, it is automatically replaced with generator value when it is persisted by Doctrine.
I am not sure, but I think that setted value should have more priority than autogenerated value. There are some edge cases than that fields are manully fillable or autogenerated.
What do you think?
Thank you