Skip to content

Release 2.7.0 - #55

Open
magefan wants to merge 14 commits into
masterfrom
release-2.7.0
Open

magefan wants to merge 14 commits into
masterfrom
release-2.7.0

Conversation

@magefan

@magefan magefan commented Sep 3, 2026

Copy link
Copy Markdown
Owner

No description provided.

bb and others added 14 commits June 25, 2026 17:41
Plugs the review grid's Massaction\Extended block (the legacy Widget\Grid
variant used by review_product_index/pending, distinct from the UI-component
Massaction the other grids use) and adds the Auto Translate button to
Magento\Review\Block\Adminhtml\Edit, mirroring the ProductAttribute Edit
plugin.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…he base one

Same-name reuse only needs to hold across modules on the same intercepted
type (that's what lets TranslationExtra's plugin override this one) - it
doesn't need to match this module's own entry for the base Massaction type.
Reusing it there was just confusing on review, not a functional collision
(plugin config is keyed by type+name), but distinct names read better.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
TranslationExtra's own entityPool declares every id in EntityManager::TYPES
unconditionally, so isset() on it is never false from within TranslationExtra
itself - the isset() check in AddEntityItems::execute() this was added for
could never actually skip anything. The real "adapter unavailable" case
(config declares an adapter class that fails to instantiate, e.g. an optional
module like Magefan_SecondBlog being disabled) was already handled by
getEntityAdapter() returning null, which addEntityIdsToSchedule() already
checks.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…rate model now that TranslationPlus extends this class
…-page-and-block-to-basic

15597-move-store-switcher-for-cms-page-and-block-to-basic
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.

1 participant