mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2026-09-16 18:13:21 +00:00
Merged V2.2 to HEAD
7495: Various fixes for restriction in WCM File Picker
Fixed line endings
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8382 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -86,25 +86,21 @@
|
||||
javascript-class-name="alfresco.xforms.FilePicker">
|
||||
<param name="selectable_types">wcm:avmcontent,wcm:avmfolder</param>
|
||||
<!--
|
||||
Uncomment parameter and set to absolute path of AVM folder to
|
||||
restrict file picker to.
|
||||
<param name="folder_restriction">some-absolute-AVM-folder-path</param>
|
||||
Uncomment parameter and set to relative path of AVM folder
|
||||
to restrict file picker to.
|
||||
|
||||
<param name="folder_restriction">some-relative-folder-path</param>
|
||||
-->
|
||||
</widget>
|
||||
<widget xforms-type="xf:upload"
|
||||
appearance="search_restricted_file_picker"
|
||||
javascript-class-name="alfresco.xforms.FilePicker">
|
||||
<!--
|
||||
Uncomment parameter and set to name of a saved
|
||||
Uncomment parameter and set to name of a configured
|
||||
search. The file picker will be restricted to the results
|
||||
of this saved search
|
||||
<param name="saved_search_name">some-search-name</param>
|
||||
-->
|
||||
<!--
|
||||
Uncomment and set to user or global. If set to user, then named saved search
|
||||
is retrieved from the current user's saved search folder. If set to global
|
||||
then named saved search is retrieved from the global saved seaches folder
|
||||
<param name="saved_search_context">some-search-context</param>
|
||||
of this configured search
|
||||
|
||||
<param name="config_search_name">some-configured-search-name</param>
|
||||
-->
|
||||
</widget>
|
||||
<widget xforms-type="xf:upload"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+4607
-4610
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user