161 svc_grouped_ls svc_extended_name
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@
|
||||
|
||||
//variables.framework.docs={};
|
||||
variables.framework.docs.APIName="svc-api";
|
||||
variables.framework.docs.APIVersion="0.160"; /*$ git config --global --unset user.password*/
|
||||
variables.framework.docs.APIVersion="0.161"; /*$ git config --global --unset user.password*/
|
||||
|
||||
variables.framework.globalHeaders = structNew();
|
||||
variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location";
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
is_production_ready={prefix="s", type="boolean"},
|
||||
svc={prefix="s", type="string"},
|
||||
svc_short={prefix="s", type="string"},
|
||||
svc_extended_name={type="string"},
|
||||
<!--- orchestrator_name={prefix="s", type="string"}, --->
|
||||
code={prefix="s", type="string"},
|
||||
version={prefix="s", type="string"},
|
||||
@@ -72,6 +73,7 @@
|
||||
<m:field>to_char(s.dt_updated, 'YYYY-MM-DD"T"HH24:MI:SS.FF3TZHTZM') as dt_updated</m:field>
|
||||
<m:field>sg.svc_group_id</m:field>
|
||||
<m:field>g.svc_group</m:field>
|
||||
<m:field>(coalesce(s.svc,'') ||' '|| coalesce(s.svc_short,'') ||' '|| coalesce(s.synonyms,'')) as svc_extended_name</m:field>
|
||||
</m:field_set>
|
||||
from svc s
|
||||
left outer join svc_group_svc sg on (s.svc_id=sg.svc_id AND sg.is_enabled)
|
||||
|
||||
Reference in New Issue
Block a user