-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.4.2, 5.5, 5.6-RC2
-
Fix Version/s: 5.4.2-HF27, 5.5.0-HF13, 5.6-RC3, 5.6
-
Component/s: None
Steps to reproduce:
- define a content view using a standard core page provider
- override it with a generic page provider
=> the core page provider is still used
Note that the content view logic to retrieve the first enabled page provider definition it holds is correct, but merging logic relies on each page provider enablement => it's not possible to remove or disable the initial core page provider to make merging keep only the new generic page provider.