mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
- samples - fix "execute" javascript error - fix hidden exception when status template had errors - addition of 'roothome' script & template root object git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6011 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
9 lines
315 B
XML
9 lines
315 B
XML
<webscript>
|
|
<shortname>Folder Listing Sample</shortname>
|
|
<description>Sample demonstrating the listing of folder contents</description>
|
|
<url>/sample/folder/{path}</url>
|
|
<format default="html">argument</format>
|
|
<authentication>guest</authentication>
|
|
<transaction>required</transaction>
|
|
</webscript>
|