Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readOnly annotation with groups #628

Closed
aoudjehih opened this issue Dec 11, 2017 · 2 comments
Closed

readOnly annotation with groups #628

aoudjehih opened this issue Dec 11, 2017 · 2 comments

Comments

@aoudjehih
Copy link

aoudjehih commented Dec 11, 2017

Hello,
How can I apply readOnly annotation with condition or groups like this:

 /**
  * @JMS\ReadOnly(Groups("update"))
  */
  protected $email;

The aim is to disable updating email, but allow to set it in registration for example

@goetas
Copy link
Collaborator

goetas commented Dec 12, 2017 via email

@goetas
Copy link
Collaborator

goetas commented Dec 12, 2017

I guess you can achieve something similar exposing that field and only when serializing and not when deciding serializing

See #619 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants