Kirby-3.2.0-rc.3: Panel error

My blueprint site\blueprints\site.yml starts with:

title: Website
### site\blueprints\site.yml
columns:
  - width: 1/3
    sections:
      # a list of subpages
      pages:
        type: pages
        headline: Seiten
        create:
          - default
        image: false

      # a list of **site** files
      files:
        type: files
        headline: Dateien

Running on <= kirby-3.2.0-rc.2 it shows the pages from the level 1.

But running on kirby-3.2.0-rc.3 it shows the following in the panel for the pages on a red background instead of the pages list:

Der Bereich "pages" konnte nicht geladen werden: Argument 1 passed to Kirby\Cms\Page::panelIcon() must be of the type array, null given, called in H:\xampp_7.2.15\htdocs\kirby-3.2.0-rc.3_oldk2\kirby\config\sections\pages.php on line 152

On other pages I see this error again, for every pages status area again.

It is the line “image: false”, that causes this error.

Something had changed in the panel.

This project is my upgrade project for a running website from K2 to K3.

This dev site is running on Win10 with XAMPP 7.2.15 – Apache/2.4.38 (Win64) OpenSSL/1.1.1b PHP/7.2.15

If I do the same with the Kirby 3.1.4 starterkit and kirby-3.2.0-rc.3

title: Site

columns:
  - width: 1/2
    sections:
      albums: sections/albums
  - width: 1/2
    sections:
      notes: sections/notes
      pages:
        type: pages
        create: default
        template:
          - about
          - home
          - default
        image: false

I get:

I hope, this helps debugging.

This issue has been reported on Github already:

1 Like

Thank you @bastianallgeier:
I have seen, you closed this issue on Github.

I beg your pardon, but I can check this first this weekend, latest Sunday.

I say this, because at https://www.notion.so/getkirby/Kirby-3-Roadmap-a2e5ecc7cf7842208e6fcad30a6d0b92/ you say, to release this version today.
HeinerEF

Thank you @bastianallgeier:
this issue can be closed.

I have tested this on both websites with kirby-3.2.0-rc.4.
Now it is ok.