-
Notifications
You must be signed in to change notification settings - Fork 1
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
Underscore the translation key when using property names from the entity #107
Labels
Comments
johnkrovitch
added a commit
that referenced
this issue
Feb 5, 2021
- Move the resource to the Admin namespace to be more coherent - Refactor the Doctrine bridge to remove Doctrine dependencies in the Admin code - Refactor the event system to be easier to use - Refactor the Field composant to be easier to use - Simplfy the application and admin configuration - Improve the tests for services definitions - Move CI to Github actions - Split the ConfigurationFactory into several specific classes (#201) - Add missing factories inferfaces (#172) - Move the admin and field logic into separates component (#158) - Create DataPersister and DataRemover class instead of DataProvider (#112) - Remove translation for fields with a dynamic value from database (#169) - Underscore the translation key when using property names from the entity (#107) - Use the TranslatorInterface from Contracts instead of the translation component (#105) - Missing labels options in the field configuration (#104) - Set default key when no translation key exists (#60)
johnkrovitch
added a commit
that referenced
this issue
Apr 15, 2021
Refactoring to v2.0 : - Move the resource to the Admin namespace to be more coherent - Refactor the Doctrine bridge to remove Doctrine dependencies in the Admin code - Refactor the event system to be easier to use - Refactor the Field composant to be easier to use - Simplfy the application and admin configuration - Improve the tests for services definitions - Move CI to Github actions - Split the ConfigurationFactory into several specific classes (#201) - Add missing factories inferfaces (#172) - Move the admin and field logic into separates component (#158) - Create DataPersister and DataRemover class instead of DataProvider (#112) - Remove translation for fields with a dynamic value from database (#169) - Underscore the translation key when using property names from the entity (#107) - Use the TranslatorInterface from Contracts instead of the translation component (#105) - Missing labels options in the field configuration (#104) - Set default key when no translation key exists (#60) - Enable php 8.0 tests - Remove unused code and documentation - Update dependencies - Change the path of admin.js in build and copy the favicon into the bundle - Add configuration mapper to the routing generation and fix missing path - Change documentation after code change - Fix missing application configuration in field - Fix missing parameters in the routing loader - Add a basic admin login - Update base template after removing admin "locale" parameters and assets - Improve handling of application configuration in admin and action controller - Improve coding styles - Remove lock files from vcs - Add comments on public interfaces - Improve loading of data providers in the registry to avoid issue with iterables - Remove commented service configuration - Remove dropzone from packages as it is not used yet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: