003 costs/ number clean

This commit is contained in:
msyu
2025-06-19 14:59:50 +03:00
parent a07522702c
commit 62de4c0de6
7 changed files with 29 additions and 7 deletions
+2 -2
View File
@@ -20,10 +20,10 @@
<d:bean readonly=#!pageInfo.writePermitted()# table="svc" datasource="#request.DS#" output="d" status="pageInfo.status">
<d:param field="svc_id" type="integer" key /><!--- autoincrement --->
<d:param field="svc" type="varchar" size="255" required preprocessor=#cleanInput#/>
<d:param field="svc_short" type="varchar" size="255" required preprocessor=#cleanInput#/>
<d:param field="svc_short" type="varchar" size="255" preprocessor=#cleanInput#/>
<d:param field="code" type="varchar" size="255" preprocessor=#cleanInput#/>
<d:param field="version" type="varchar" size="255" preprocessor=#cleanInput#/>
<d:param field="orchestrator_name" type="varchar" size="255" required preprocessor=#cleanInput#/>
<d:param field="orchestrator_name" type="varchar" size="255" preprocessor=#cleanInput#/>
<d:param field="is_production_ready" type="boolean" default="0"/>
<d:param field="sort" type="integer" forNull=""/>
<d:param field="descr" type="varchar" preprocessor=#plain2HtmClean#/>