fix error storing InfoLog as only_app="projectmanager" as not set due to usage of single quotes

etemplate.php does NOT support using single-quotes to enclose attribute-values!
This commit is contained in:
ralf 2022-06-13 09:43:44 +02:00
parent 493455d3e0
commit 6bdf3e2f01

View File

@ -36,7 +36,7 @@
<rows>
<row class="row">
<description value="Project"/>
<link-entry span="2" id="pm_id" only_app='projectmanager' onchange="app.infolog.submit_if_not_empty" blur="None" class="infolog_projectName" width="99%"/>
<link-entry span="2" id="pm_id" only_app="projectmanager" onchange="app.infolog.submit_if_not_empty" blur="None" class="infolog_projectName" width="99%"/>
<description/>
</row>
<row class="row">