Closed (fixed)
Project:
Commerce Core
Version:
8.x-2.x-dev
Component:
Store
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jan 2023 at 23:08 UTC
Updated:
16 Jan 2023 at 15:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jsacksick commentedI'm not really sure what we can do here as the error is occurring on custom tests.
Commerce core tests are passing, as well as contrib tests depending on Commerce, so I don't really see how this qualifies as a bug report in the Commerce queue.
Comment #3
sweetchuckThe custom module has nothing to do with the error message,
and the error message says:
the identifier is
entity:delete_action:commerce_storeinstead ofentity_delete_action:commerce_store.:vs_Comment #4
jsacksick commentedOk we're using the action defined by the entity module and it is now deprecated in favor of the core action, so we should be able to use the core action instead.
See https://git.drupalcode.org/project/entity/-/blob/8.x-1.x/src/Plugin/Acti....
Comment #5
jsacksick commentedComment #6
sweetchuckps: I wrote this comment without seeing comment #4 and #5.
Comment #8
jsacksick commentedCommitted, thanks for your report.
Comment #10
sweetchuckThank you for the quick response and for the commit mention.