mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Webscript URLs now supported in the Custom View panel for the Browse, Space Details and Document Details screens.
Added new aspect definition to support Webscript custom views. Web context path (i.e. /alfresco) is now automatically prefixed onto webscript urls specified in JSF runtimes. Modified the existing webscript dashlet JSPs to remove the hardcoded /alfresco path. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5973 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -350,6 +350,17 @@
|
||||
</properties>
|
||||
</aspect>
|
||||
|
||||
<aspect name="cm:webscriptable">
|
||||
<title>Webscriptable</title>
|
||||
<properties>
|
||||
<property name="cm:webscript">
|
||||
<title>Webscript</title>
|
||||
<type>d:text</type>
|
||||
<mandatory>false</mandatory>
|
||||
</property>
|
||||
</properties>
|
||||
</aspect>
|
||||
|
||||
<aspect name="cm:complianceable">
|
||||
<title>Complianceable</title>
|
||||
<parent>cm:auditable</parent>
|
||||
|
Reference in New Issue
Block a user