Difference between revisions of "Template: GetReleaseDetails"

From Genesys Documentation
Jump to: navigation, search
(PUBSWIKI-2672 - removed GCP icon td)
 
(6 intermediate revisions by 2 users not shown)
Line 21: Line 21:
 
</td>
 
</td>
 
<td><!-- get release date and format as link to ArticleCloudRN page  
 
<td><!-- get release date and format as link to ArticleCloudRN page  
 +
 
IMPORTANT: this query uses hard-coded uuids-->
 
IMPORTANT: this query uses hard-coded uuids-->
 
{{#cargo_query:
 
{{#cargo_query:
Line 39: Line 40:
 
)
 
)
 
|where=
 
|where=
ComponentRN.ComponentId="{{{ComponentId|}}}"  
+
ArticleCloudRN._pageName NOT LIKE "%/Internal%"
 +
                AND ComponentRN.ComponentId="{{{ComponentId|}}}"  
 
AND ArticleCloudRN._pageNamespace="{{NAMESPACENUMBER}}"  
 
AND ArticleCloudRN._pageNamespace="{{NAMESPACENUMBER}}"  
 
AND ReleaseDate="{{{ReleaseDate|}}}"  
 
AND ReleaseDate="{{{ReleaseDate|}}}"  
Line 47: Line 49:
 
)
 
)
 
}}
 
}}
</td>
+
</td><!--  
<td>
+
 
<!-- get AWS icons for relevant release  -->
+
get AWS icons for relevant release   
 +
 
 +
--><td>
 
{{#cargo_query:
 
{{#cargo_query:
 
table=ComponentRN,DeploymentType
 
table=ComponentRN,DeploymentType
Line 64: Line 68:
 
|default=
 
|default=
 
}}
 
}}
</td>
+
</td><!--  
<td>
+
 
<!-- get Azure icons for relevant release  -->
+
get Azure icons for relevant release   
 +
 
 +
--><td>
 
{{#cargo_query:
 
{{#cargo_query:
 
table=
 
table=
Line 85: Line 91:
 
</td>
 
</td>
 
<td>
 
<td>
<!-- get GCP icons for relevant release  -->
+
<!-- get HighlightBoilerplateId and send to formatting template -->{{#cargo_query:
{{#cargo_query:
 
table=ComponentRN,DeploymentType
 
|join on=ComponentRN.DeploymentTypeId HOLDS DeploymentType.Id
 
|intro=<div style="margin: -10px 0 -10px 0">
 
|outro=</div>
 
|fields=CONCAT('[[File:',Image,'|',Size,'px|link=]]')
 
|delimiter=
 
|where=
 
ComponentId="{{{ComponentId|}}}"
 
AND ReleaseDate="{{{ReleaseDate|}}}"
 
AND ComponentRN._pageNamespace="{{NAMESPACENUMBER}}"
 
AND DeploymentType.Id="0cffec00-9053-4406-88d7-461255f48f53"
 
|default=
 
}}
 
</td>
 
<td>
 
<!-- get HighlightBoilerplateId and send to formatting template -->
 
{{#cargo_query:
 
 
tables=ComponentRN
 
tables=ComponentRN
|fields=HighlightBoilerplateId
+
|fields=HighlightBoilerplateId,ReleaseNumber,ComponentId
 
|format=template
 
|format=template
 
|template=PrintHighlightBoilerplate
 
|template=PrintHighlightBoilerplate
Line 113: Line 101:
 
AND ComponentId="{{{ComponentId|}}}"
 
AND ComponentId="{{{ComponentId|}}}"
 
AND ReleaseDate="{{{ReleaseDate|}}}"  
 
AND ReleaseDate="{{{ReleaseDate|}}}"  
AND HighlightBoilerplateId IS NOT NULL
 
 
|default=
 
|default=
 
}}<!-- get Highlight from each release -->{{#cargo_query:
 
}}<!-- get Highlight from each release -->{{#cargo_query:

Latest revision as of 05:51, December 21, 2022

Retrieved from "https://all.docs.genesys.com/Template:GetReleaseDetails (2024-09-01 19:01:35)"