233 service catalog preview
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
<cfset this.fieldsSpec={
|
||||
service_param_id={prefix="p", type="cf_sql_integer"}
|
||||
,service_id={prefix="p", type="cf_sql_integer"}
|
||||
,service_param={prefix="p", type="cf_sql_varchar"}
|
||||
,param={prefix="p", type="cf_sql_varchar"}
|
||||
,component_code={prefix="p", type="cf_sql_varchar"}
|
||||
,component={prefix="p", type="cf_sql_varchar"}
|
||||
@@ -91,7 +90,6 @@
|
||||
<m:field_set titleMapOut="local.titleMap" lengthOut="local.fieldCount">
|
||||
<m:field title="service_param_id">p.service_param_id</m:field>
|
||||
<m:field title="service_id">p.service_id</m:field>
|
||||
<m:field title="service_param">p.service_param</m:field>
|
||||
<m:field title="param">p.param</m:field>
|
||||
<m:field title="component_code">p.component_code</m:field>
|
||||
<m:field title="component">p.component</m:field>
|
||||
|
||||
Reference in New Issue
Block a user