Difference between revisions of "User: Xavier/Exhibit"
From Genesys Documentation
(2 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
}} | }} | ||
--> | --> | ||
− | |||
{{#cargo_query: | {{#cargo_query: | ||
tables=Component,ComponentRN | tables=Component,ComponentRN | ||
|join on=ComponentRN.ComponentId=Component.Id | |join on=ComponentRN.ComponentId=Component.Id | ||
− | |fields=ComponentRN._pageName='label', ComponentRN.Highlight | + | |fields=ComponentRN._pageName='label',ComponentRN.Highlight,Component.Name |
|where=PrivateEditionReleaseDate IS NOT NULL AND ComponentRN._pageNamespace="0" | |where=PrivateEditionReleaseDate IS NOT NULL AND ComponentRN._pageNamespace="0" | ||
|format=exhibit | |format=exhibit | ||
|view=tabular | |view=tabular | ||
− | |datalabel= | + | |datalabel=Release Note |
− | |limit= | + | |limit=40 |
− | |||
}} | }} |