Asmir Mustafic
Asmir Mustafic
Regarding fields, if you are using JMS, it supports versioning, but is not reflected yet on the docs
Hmm. I think this feature is not yet available in nelmio. @GuilhemN am i right?
> I think adding a setVersion method to the ApiDocGenerator and the JmsModelDescriber called in the controller would do it fine. Sounds a very good idea. Shouldn't be part of...
probably @idchlife refers to https://github.com/doctrine/migrations/blob/75fc71e22d59210b4d3398455881147e85300a47/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/DiffCommand.php#L103 and in 2.x (with https://github.com/doctrine/migrations/commit/cbe1b7f2ffc6441a151197497becb81b73b1a51d) started to generate it each time
@lukepass can you please explain in detail what it means "_the virtual property is not correctly displayed in the documentation_"?
Did you specify in the controller `@Model(type=User::class, groups={"homepage"})` ?
hi, thanks for your PR. this makes sense to me. could you add a test for this please?
You sure about this? you are referring to #1367 (that is a nemio api doc PR) while your error is related to jms/serializer... Are you passing the group to the...
did you put in your action the annotation `@View(serializerGroups={"group1", "group2"})` ?
then you should