mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 09:44:38 +02:00
Add support for a $page->sortPrevious property, which is populated with the old value when a page's sort value is changed at runtime.
This commit is contained in:
@@ -137,6 +137,7 @@ abstract class PageProperties {
|
||||
'rootParent' => 'm',
|
||||
'siblings' => 'm',
|
||||
'sort' => 's',
|
||||
'sortPrevious' => 'p',
|
||||
'sortable' => 'm',
|
||||
'sortfield' => 's',
|
||||
'status' => 's',
|
||||
|
Reference in New Issue
Block a user