Difference between revisions of "Template: RNPrintFormat"
From Genesys Documentation
(Created page with "<h3>{{{Name|}}}</h3> <ul> {{#cargo_query: tables=ComponentRN,Issue,IssueCategory |join on=ComponentRN._pageName=Issue._pageName,Issue.IssueCategoryId=IssueCategory.Id |fields=...") |
(adding ComponentId) |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
<ul> | <ul> | ||
{{#cargo_query: | {{#cargo_query: | ||
− | tables=ComponentRN,Issue,IssueCategory | + | tables= |
− | |join on=ComponentRN._pageName=Issue._pageName,Issue.IssueCategoryId=IssueCategory.Id | + | ComponentRN, |
− | |fields=SupportingDocumentation,LocalContent,Issue.TicketNumber,SupportingDocumentation,NFBoilerplateId, ReleaseNumber | + | Issue, |
− | |format=template | + | IssueCategory |
− | |template=RNPrintFormat2 | + | |join on= |
− | |named args=yes | + | ComponentRN._pageName=Issue._pageName, |
− | |where=ComponentRN.ComponentId | + | Issue.IssueCategoryId=IssueCategory.Id |
− | |order by=IssueCategory.PrintOrder ASC | + | |fields= |
− | |group by=LocalContent | + | SupportingDocumentation, |
+ | LocalContent, | ||
+ | Issue.TicketNumber, | ||
+ | SupportingDocumentation, | ||
+ | NFBoilerplateId, | ||
+ | ReleaseNumber, | ||
+ | ComponentId | ||
+ | |format=template | ||
+ | |template=RNPrintFormat2 | ||
+ | |named args=yes | ||
+ | |where= | ||
+ | ComponentRN.ComponentId="{{{ComponentId|}}}" | ||
+ | AND ReleaseNumber="{{{ReleaseNumber|}}}" | ||
+ | AND IssueCategoryId IS NOT NULL | ||
+ | AND ComponentRN._pageNamespace="{{NAMESPACENUMBER}}" | ||
+ | AND IssueCategory.SectionName="{{{Name|}}}" | ||
+ | |order by=IssueCategory.PrintOrder ASC | ||
+ | |group by= | ||
+ | ComponentRN._pageID, | ||
+ | Issue._pageID, | ||
+ | IssueCategory._pageID, | ||
+ | SupportingDocumentation, | ||
+ | LocalContent, | ||
+ | Issue.TicketNumber, | ||
+ | SupportingDocumentation, | ||
+ | NFBoilerplateId, | ||
+ | IssueCategory.PrintOrder, | ||
+ | ReleaseNumber, | ||
+ | ComponentId | ||
}} | }} | ||
− | </ul><noinclude>[[Category:RNAutomation]]</noinclude> | + | </ul><noinclude>[[Category:RNAutomation]][[Category:ComponentRN.ComponentId cleanup]]</noinclude> |
Latest revision as of 16:16, June 21, 2022
-
No results