003 costs/ number clean
This commit is contained in:
@@ -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#/>
|
||||
|
||||
Reference in New Issue
Block a user