Novactive / Nova-eZPlatform-Bundles

This is the Mono Repo that manages all the Ibexa (and eZ Platform) bundles provided by AlmaviaCX (former Novactive)
https://novactive.github.io/Nova-eZPlatform-Bundles/master/index.html
6 stars 14 forks source link

Compatibility with Ibexa 4.6 in MetaNameSchema #168

Closed emodric closed 6 months ago

emodric commented 7 months ago
Q A
Branch? master
Bug fix? yes
New feature? no
BC breaks? no
Fixed tickets N/A

Hi,

this adds a property typehint in order to allow running on Ibexa 4.6. I realize that the whole class and/or package should add typehints for consistency, but I think that the priority is getting the bundle running on Ibexa 4.6 without crashing, and then as the time goes fix any found issues.

Thanks!

erdnaxelaweb commented 6 months ago

Hi Edi,

Thx, i got it fixed by removing the property as it already exist and is accessible in the extended class. Just tagged https://github.com/Novactive/NovaeZSEOBundle/releases/tag/v7.0.4 with the fix.

Regards

emodric commented 6 months ago

Thanks @erdnaxelaweb !