mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
* [force] Force release for 2024-06-09. * [APPS-2019] Added Undeletable and Unmovable Aspect to Data Dictionary Folder * [APPS-2019] Added Undeletable and Unmovable Aspect to Data Dictionary Folder * [APPS-2019] Added Undeletable and Unmovable Aspect to Data Dictionary Folder * [APPS-2019] Added Undeletable and Unmovable Aspect to Data Dictionary Folder * [APPS-2019] Added Undeletable and Unmovable Aspect to Data Dictionary Folder * [APPS-2019] Added Undeletable and Unmovable Aspect to Data Dictionary Folder * [APPS-2019] [ags] [tas] Added Integration Test Cases * [APPS-2019] [ags] [tas] Added fix for restricting the move folder for Data Dictionary * [APPS-2019] [ags] [tas] Added fix for restricting the move folder for Data Dictionary * Added Undeletable and Unmovable Aspects to Data Dictionary Folder * [APPS-2019] Updated Integration Test Cases * [APPS-2019] [ags] [tas] Added fix for restricting the move folder for Data Dictionary * [APPS-2019] [ags] [tas] Added fix for restricting the move folder for Data Dictionary * [APPS-2019] [ags] [tas] Addressed review comments * [APPS-2019] [ags] [tas] Addressed review comments * [APPS-2019] [ags] [tas] Addressed review comments * [APPS-2019] [ags] [tas] Addressed review comments * [APPS-2019] [ags] [tas] Addressed review comments * [APPS-2019] [ags] [tas] Addressed review comments * [APPS-2019] [ags] [tas] Addressed review comments * [APPS-2019] [ags] [tas] Addressed review comments * [APPS-2019] [ags] [tas] Addressed review comments * [APPS-2019] [ags] [tas] Addressed review comments * [APPS-2019] [ags] [tas] Addressed review comments --------- Co-authored-by: Alfresco CI User <build@alfresco.com>
37 lines
2.2 KiB
XML
37 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<view:view xmlns:view="http://www.alfresco.org/view/repository/1.0">
|
|
<cm:folder xmlns:alf="http://www.alfresco.org" xmlns:d="http://www.alfresco.org/model/dictionary/1.0" xmlns:view="http://www.alfresco.org/view/repository/1.0" xmlns:act="http://www.alfresco.org/model/action/1.0" xmlns:wf="http://www.alfresco.org/model/workflow/1.0" xmlns:app="http://www.alfresco.org/model/application/1.0" xmlns:ver="http://www.alfresco.org/model/versionstore/1.0" xmlns:usr="http://www.alfresco.org/model/user/1.0" xmlns:cm="http://www.alfresco.org/model/content/1.0" xmlns:sys="http://www.alfresco.org/model/system/1.0" xmlns:rule="http://www.alfresco.org/model/rule/1.0" xmlns:fm="http://www.alfresco.org/model/forum/1.0" xmlns:bpm="http://www.alfresco.org/model/bpm/1.0" xmlns:custom="custom.model" xmlns="" view:childName="cm:extensionwebscripts">
|
|
<view:aspects>
|
|
<app:uifacets></app:uifacets>
|
|
<sys:undeletable/>
|
|
<sys:unmovable/>
|
|
</view:aspects>
|
|
<view:properties>
|
|
<cm:description>${webscriptsextentions.customized_web_scripts}</cm:description>
|
|
<app:icon>space-icon-default</app:icon>
|
|
<cm:title>${webscriptsextentions.url_addressable_web_service_extensions}</cm:title>
|
|
<cm:name>${webscriptsextentions.web_scripts_extensions}</cm:name>
|
|
</view:properties>
|
|
<view:associations>
|
|
<cm:contains>
|
|
<cm:content view:childName="cm:readme.html">
|
|
<view:aspects>
|
|
<cm:titled></cm:titled>
|
|
<cm:author></cm:author>
|
|
<app:inlineeditable></app:inlineeditable>
|
|
</view:aspects>
|
|
<view:properties>
|
|
<app:editInline>true</app:editInline>
|
|
<cm:description>${webscriptsextentions.how_to_customize_an_existing_web_script}</cm:description>
|
|
<cm:content>contentUrl=classpath:alfresco/bootstrap/webscripts/readmeExtension.html|mimetype=text/html|size=|encoding=UTF-8|locale=en_US_</cm:content>
|
|
<cm:title></cm:title>
|
|
<cm:author></cm:author>
|
|
<cm:name>readme.html</cm:name>
|
|
</view:properties>
|
|
<view:associations></view:associations>
|
|
</cm:content>
|
|
</cm:contains>
|
|
</view:associations>
|
|
</cm:folder>
|
|
</view:view>
|