mullema / k3-panel-view-extended

Quick fix for some missing features in the panel
MIT License
27 stars 2 forks source link

[Bug] Incompatibility with Kirby 3.2.5 #7

Closed luxlogica closed 5 years ago

luxlogica commented 5 years ago

When upgrading websites to Kirby 3.2.5, if the site has PanelViewExtended installed, upon logging into the Panel, we get an Exception (and the Panel doesn't display any sections) with the following message:

The section "landing_pages" could not be loaded: 
Argument 1 passed to Kirby\Cms\Page::dragText() 
must be of the type string, null given, called in 
[...]/site/plugins/k3-panel-view-extended/sections/page.php on line 27
mullema commented 5 years ago

use v2.2.0

luxlogica commented 5 years ago

thank you! :)