-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[Code Cleanup]Removed unused Type configuration #38064
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
[Code Cleanup]Removed unused Type configuration #38064
Conversation
Hi @wubinworks. Thank you for your contribution! Add the comment under your pull request to deploy test or vanilla Magento instance:
❗ Automated tests can be triggered manually with an appropriate comment:
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
It looks like that class got removed back in 2015 in: 7522b39e923#diff-4c9dae24a41ae1208514d6e0c3cfce7912c559399c746fe40514c274162ea11e And they probably forgot to remove it as well from the |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please message the #magento-devops slack channel if they don't show in a reasonable amount of time and a representative will look into any issues. |
23fc654
to
561a9a1
Compare
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please message the #magento-devops slack channel if they don't show in a reasonable amount of time and a representative will look into any issues. |
@magento run Functional Tests CE,Functional Tests B2B |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please message the #magento-devops slack channel if they don't show in a reasonable amount of time and a representative will look into any issues. |
@magento run all tests |
Hello @wubinworks, Thanks for the collaboration & contribution! ✔️ QA Passed Steps to reproduce
Before: ✖️ After: ✔️ One example related to the Store module i18n file(Language: German) Builds are failed. Hence, moving this PR to Extended Testing. Thanks |
@magento run Functional Tests B2B |
1 similar comment
@magento run Functional Tests B2B |
Functional test B2B failures are different in the last two runs. Additionally, the build failure contains one known issue which can also be seen in other PRs. Issue: ACP2E-3314 Run 1: Run 2: So moving it to merge in progress. |
07f41d7
into
magento:2.4-develop
Description (*)
Code Cleanup:
Removed Type configuration for
Magento\Translation\Model\Js
in app/code/Magento/Translation/etc/di.xml since fileMagento\Translation\Model\Js
does not exist.Related Pull Requests
Fixed Issues (if relevant)
app/code/Magento/Translation/etc/di.xml
#38030Manual testing scenarios (*)
Questions or comments
As I understand,
Magento\Translation\Model\Js\DataProvider
is used for generatingjs-tranlation.json
.It seems that the Translation module was designed to have multiple
DataProvider
s to generatejs-tranlation.json
in its early development stage.Contribution checklist (*)