sylvainjule / kirby-pagetable

Display subpages in a flexible table section. Kirby 3 only.
MIT License
113 stars 11 forks source link

3.7 Compatibility #81

Closed afbora closed 2 years ago

afbora commented 2 years ago

The plugin is not yet 3.7 compatible.

sylvainjule commented 2 years ago

I'll probably archive this plugin with the release of 3.7, in favor of the new table layout of the Pages section.

scsskid commented 2 years ago

quick migration guide to 3.7 (only issues I faced)

pagetable:

type: pagetable
columns:
  title:
    text: '{{ page.text.upper }}'

kirby 3.7

type: pages
layout: table
columns: 
  title:
    value: '{{ page.text.upper }}'
trych commented 2 years ago

Is there any insight as to why this breaks in 3.7?

This plugin breaking gets me in to real trouble actually, as I have some projects whose panel setups depend on page tables that can be sorted by column and filtered by search field, two features a feature that the new table layout does not offer. Which means I am stuck with 3.6 for these projects for now and I even need to start some projects with on a now outdated Kirby 3.6.

Is it something small maybe, that could be easily fixed?

@sylvainjule I would like to kindly ask to you to not archive this plugin, as the current implementation of the table layout is not adequate replacement for your pagetable section.

distantnative commented 2 years ago

@trych you could try https://github.com/sylvainjule/kirby-pagetable/pull/82

sylvainjule commented 2 years ago

I'll close this in light of #82, feel free to reopen if needed! I won't have time to dive into issues myself until early sept though.