mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 16:26:59 +02:00
Fix issue processwire/processwire-issues#314 - Lister bookmarks when used with parent.title and %= operator was not working correctly
This commit is contained in:
@@ -407,7 +407,8 @@ class InputfieldSelector extends Inputfield implements ConfigurableModule {
|
||||
),
|
||||
'title' => array(
|
||||
'input' => 'text',
|
||||
'label' => ($titleField ? $titleField->getLabel() : 'Title')
|
||||
'label' => ($titleField ? $titleField->getLabel() : 'Title'),
|
||||
'operators' => $this->operatorsByType['text']
|
||||
),
|
||||
'id' => array(
|
||||
'input' => 'number',
|
||||
|
Reference in New Issue
Block a user