page selector widget at 5.7

Permalink
Hi,
I wonder if anybody face issues with using 5.7 selectPage widget when use it as array?
echo $ph->selectPage('itemUrlInternal[]', 1);

shahroq
 
JohntheFish replied on at Permalink Reply
JohntheFish
I seem to remember a bug report or issue on that.
andrew replied on at Permalink Reply
andrew
You might re-try in 5.7.1 – we've updated the code to hopefully fix that in that release.
shahroq replied on at Permalink Reply
shahroq
It seems there is another issue with rendering page_selector widget at the block editing UI. When i use page_selector, the "Add" button is not working anymore. It may is some kind of interference between click events?
Try something like this at the \concrete\blocks\image_slider\form_setup_html.php inside 'imageTemplate' wrapper:
<?php echo Loader::helper('form/page_selector')->selectPage('itemUrlInternal[]', (int)$itemUrl); ?>


Also i wonder if it's possible at all to use page_selector at block editing ui offline? Or the only option would be fetching every item with ajax request? Maybe that's why the core image slider does not have page-selector widget for intrenal links?