Skip to content
Snippets Groups Projects
Commit cbbc1c94 authored by Martin Haase's avatar Martin Haase
Browse files

re-enabled first item of TG-1217

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@12407 7c539038-3410-0410-b1ec-0f2a7bf1c452
parent 8266ea49
No related branches found
No related tags found
No related merge requests found
......@@ -244,7 +244,9 @@ class WebUtils {
}
}
if ($this->isBoolean ($a)) {
if ($oldval === "TRUE") {
// pre-check "Searchable" box, cf. TG-1217
if (($a->name === 'agreesearch' && $oldval === "") ||
$oldval === "TRUE") {
$checked = "checked=\"checked\"";
} else {
$checked = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment