diff --git a/Dataface/ResultList.php b/Dataface/ResultList.php index f47ded43..121e79af 100644 --- a/Dataface/ResultList.php +++ b/Dataface/ResultList.php @@ -391,7 +391,7 @@ function toHtml(){ if ( @$recperms['link'] ){ if ( @$app->prefs['result_list_use_geturl'] ){ - $link = $record->getURL('-action=view'); + $link = $record->getURL($query); } else { $link = Dataface_LinkTool::buildLink($query).'&-recordid='.urlencode($record->getId()); diff --git a/Dataface/templates/xataface/RelatedList/result_controller.html b/Dataface/templates/xataface/RelatedList/result_controller.html index 9c3a7bdf..50648a9a 100644 --- a/Dataface/templates/xataface/RelatedList/result_controller.html +++ b/Dataface/templates/xataface/RelatedList/result_controller.html @@ -8,7 +8,7 @@ Now Showing {$now_showing_start|escape} to {$now_showing_finish|escape} {/translate} -