You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The source code for CreateTagAction.php contains a variable $baseEvent that isn't even initialized but used in tag creation. The tag is showing up - but not under Customers section like shown. It also has the text "Unknown action".
When I create a main.js and snippet/en_GB.json like shown in section "Add custom action in Administration" the tag will still show up as "Unknown action" under Tags section.
The text was updated successfully, but these errors were encountered:
@alexeiffel , the guide for "Add custom flow Action" is updated. Hence closing this issue. Should you have any related queries further please feel free to open a new ticket.
I think the guide was very poorly updated for Shopware 6.5.0.0+.
https://developer.shopware.com/docs/guides/plugins/plugins/framework/flow/add-flow-builder-action.html
The source code for CreateTagAction.php contains a variable
$baseEvent
that isn't even initialized but used in tag creation. The tag is showing up - but not under Customers section like shown. It also has the text "Unknown action".When I create a
main.js
andsnippet/en_GB.json
like shown in section "Add custom action in Administration" the tag will still show up as "Unknown action" under Tags section.The text was updated successfully, but these errors were encountered: