233 service catalog preview
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@
|
||||
|
||||
//variables.framework.docs={};
|
||||
variables.framework.docs.APIName="svc-api";
|
||||
variables.framework.docs.APIVersion="0.232"; /*$ git config --global --unset user.password*/
|
||||
variables.framework.docs.APIVersion="0.233"; /*$ git config --global --unset user.password*/
|
||||
|
||||
variables.framework.globalHeaders = structNew();
|
||||
variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location";
|
||||
|
||||
@@ -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