mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-23 18:05:32 +00:00
- addition of extension paths for web script customisations - updated "delete ticket" web script to return appropriate response on success git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5867 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
34 lines
2.4 KiB
XML
34 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<view:view xmlns:view="http://www.alfresco.org/view/repository/1.0">
|
|
<cm:folder xmlns:nt="http://www.jcp.org/jcr/nt/1.0" 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:sv="http://www.jcp.org/jcr/sv/1.0" xmlns:mix="http://www.jcp.org/jcr/mix/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:wcm="http://www.alfresco.org/model/wcmmodel/1.0" xmlns:wca="http://www.alfresco.org/model/wcmappmodel/1.0" xmlns:sys="http://www.alfresco.org/model/system/1.0" xmlns:wcmwf="http://www.alfresco.org/model/wcmworkflow/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>
|
|
</view:aspects>
|
|
<view:properties>
|
|
<cm:description>Customized Web Scripts</cm:description>
|
|
<app:icon>space-icon-default</app:icon>
|
|
<cm:title>URL addressable Web Service Extensions</cm:title>
|
|
<cm:name>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>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> |