0 Votes

Changes for page ExtensionSupportPlanSheet

Last modified by Сергей Коршунов on 2025/10/30 10:32

From version 1.1
edited by Сергей Коршунов
on 2024/10/09 13:21
Change comment: Install extension [org.xwiki.platform:xwiki-platform-repository-server-ui/16.8.0]
To version 2.1
edited by Сергей Коршунов
on 2025/10/30 10:32
Change comment: Install extension [org.xwiki.platform:xwiki-platform-repository-server-ui/17.9.0]

Summary

Details

Page properties
Content
... ... @@ -15,4 +15,26 @@
15 15   </dl>
16 16  </div>
17 17  {{/html}}
18 +
19 +=={{translation key="repository.supportplan.sheet.supportedExtensions"/}}==
20 +
21 +{{liveData
22 + id="supportedExtensions"
23 + source="liveTable"
24 + properties="name,summary,category,authors,doc.creationDate,doc.date,supportPlans"
25 + sourceParameters="translationPrefix=extension.repository.&className=ExtensionCode.ExtensionClass&supportPlans=${escapetool.url($doc.fullName)}"
26 + sort="name:asc"
27 +}}
28 +{
29 + "meta": {
30 + "propertyDescriptors": [
31 + {
32 + "id": "supportPlans",
33 + "type": "hidden",
34 + "visible": false
35 + }
36 + ]
37 + }
38 +}
39 +{{/liveData}}
18 18  {{/velocity}}