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

Feat/aut 3590/fix form checkbox #2468

Merged
merged 2 commits into from
May 17, 2024

Conversation

bartlomiejmarszal
Copy link
Contributor

Fix label for import checkbox on test import form.
taoSetup when importing test will not use container if not exist. This is workaround.

Screenshot 2024-05-16 at 10 18 30

Copy link

Version

Target Version 48.5.1
Last version 48.5.0

There are 0 BREAKING CHANGE, 0 feature, 2 fixes

Copy link

Front-end summary Node 18

💯 Total ✅ Passed ⏭️ Skipped ❌ Failed
708 708 0 0

Copy link
Contributor

@tikhanovichA tikhanovichA left a 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)) {
Copy link
Member

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?

Copy link
Contributor Author

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.

@bartlomiejmarszal bartlomiejmarszal merged commit ebcea49 into develop May 17, 2024
5 checks passed
@bartlomiejmarszal bartlomiejmarszal deleted the feat/aut-3590/fix-form-checkbox branch May 21, 2024 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants