dbms_init...1
This commit is contained in:
parent
922af9dc02
commit
12ffabd8f2
@ -317,7 +317,7 @@ class CommonHelper
|
||||
default:
|
||||
if (in_array($field, $viewDatas['control']['filter_fields'])) {
|
||||
$extras["onChange"] = sprintf(
|
||||
"location.href='%s/toggle/%s/%s?%s='+this.options[this.selectedIndex].value",
|
||||
"document.location.href='%s/toggle/%s/%s?%s='+this.options[this.selectedIndex].value",
|
||||
current_url(),
|
||||
$viewDatas['entity']->getPK(),
|
||||
$field,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user