sulu / SuluArticleBundle

Bundle for managing localized content-rich entities like blog-posts in the Sulu content management system
MIT License
52 stars 77 forks source link

Compatibility with AutomationBundle #604

Closed htuscher closed 2 years ago

htuscher commented 2 years ago
Q A
Bug? yes
New Feature? no
SuluArticleBundle Version 2.2.4
Sulu Version 2.2.7

Actual Behavior

[2022-02-03T14:49:23.732310+00:00] php.CRITICAL: Uncaught Error: Class "Sulu\Bundle\AutomationBundle\Admin\View\AutomationViewBuilder" not found {"exception":"[object] (Error(code: 0): Class \"Sulu\\Bundle\\AutomationBundle\\Admin\\View\\AutomationViewBuilder\" not found at /app/vendor/sulu/article-bundle/Admin/ArticleAdmin.php:295)"} []

Expected Behavior

It should work

Steps to Reproduce

Install ArticleBundle and AutomationBundle

Possible Solutions

Add missing class.

alexander-schranz commented 2 years ago

Thx for creating the Issue. Previous article bundle versions like 2.2.4 did only support the pre 2.0 automationbundle version like 2.0.0-alpha1. For compatibility with SuluAutomationBundle stable 2.0.0 release atleast version 2.3.1 of the ArticleBundle is required. As we can not add conflicts to old versions we sadly can not do here something to avoid this error when using older article bundle version.