-
Notifications
You must be signed in to change notification settings - Fork 11
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
Feat/aut 3590/fix form checkbox #2468
Conversation
Version
There are 0 BREAKING CHANGE, 0 feature, 2 fixes |
Front-end summary Node 18
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix with containers
$testResource | ||
); | ||
//todo: fix taoSetup to be aware of containers. This is only workaround. | ||
if ($this->getServiceManager()->getContainer()->has(MappedMetadataInjector::class)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do you plan injecting the properties on the fresh installation of TAO 3.x?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to fix taoSetup so it will be able to use Service Containers. At the initial step i do not see a reason to import metadata.
Fix label for import checkbox on test import form.
taoSetup when importing test will not use container if not exist. This is workaround.