-
Notifications
You must be signed in to change notification settings - Fork 291
Domain annotation form extractor #219
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
base: master
Are you sure you want to change the base?
Domain annotation form extractor #219
Conversation
…, "messages_two"}) in FormExtractor to handle multiuse of form type with diferent translation domain
This is a bit related to #235. |
Hello, I like this PR, Could you redo the tests as a separate form type / test? That way each test doesn't modify lines of source files of previous tests etc. Makes merging multiple PRs easier. |
Its also related to #276 |
Hello, I will extract my test this week. |
Sorry, I was not notified when you pushed to this PR. I like it. Thank you. I have a suggestion: Lets merge the annotations to one Otherwise Im happy to merge this! |
Add suport for @Domain{"domain"} and @domains({"domain_one", "domain_two"}) on FormExtractor.
I use these annotations for FormType use in admin and frontend with different domain translation.