GenericTable: rename 'parse' option to 'format'

This commit is contained in:
2025-01-08 17:19:09 +01:00
parent cc0ff71ef7
commit 77809faada
6 changed files with 22 additions and 22 deletions

View File

@@ -35,7 +35,7 @@ class ManageAlbums extends HTMLController
'tag' => [
'header' => 'Album',
'is_sortable' => true,
'parse' => [
'format' => [
'link' => BASEURL . '/editalbum/?id={ID_TAG}',
'data' => 'tag',
],
@@ -43,7 +43,7 @@ class ManageAlbums extends HTMLController
'slug' => [
'header' => 'Slug',
'is_sortable' => true,
'parse' => [
'format' => [
'link' => BASEURL . '/editalbum/?id={ID_TAG}',
'data' => 'slug',
],