Skip to content

Commit 59fc50d

Browse files
committed
Add link to existing event examples
Closes #533
1 parent 7c17a05 commit 59fc50d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/migration/wsc61/php.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ class TaggableExample extends AbstractTaggedListViewProvider
6767

6868
The following pages have been migrated to grid views.
6969
Plugins that have been hooked into these pages via event or template listeners must be adapted accordingly.
70+
An example how to add additional columns to an existing grid view can be found in the [grid view documentation](../../php/api/grid_views.md#events).
7071

7172
- `calendar\acp\page\EventImportListPage`
7273
- `filebase\acp\page\LicenseListPage`
@@ -121,6 +122,7 @@ Plugins that have been hooked into these pages via event or template listeners m
121122

122123
The following pages have been migrated to list views.
123124
Plugins that have been hooked into these pages via event or template listeners must be adapted accordingly.
125+
An example how to add additional sort fields can be found in the [list view documentation](../../php/api/list_views.md#events).
124126

125127
- `blog\page\BlogEntryListPage`
126128
- `blog\page\BlogListPage`

0 commit comments

Comments
 (0)