Skip to content
Snippets Groups Projects
Commit 1a47c256 authored by srosse's avatar srosse
Browse files

Merge with 3a427645f406decf8217db39b866ddfde474adcd

parents 43c943fe 2f612b13
No related branches found
No related tags found
No related merge requests found
...@@ -128,6 +128,7 @@ public class FolderRunController extends BasicController implements Activateable ...@@ -128,6 +128,7 @@ public class FolderRunController extends BasicController implements Activateable
* Constructor for a folder controller without filter and custom link model for editor * Constructor for a folder controller without filter and custom link model for editor
* @param rootContainer * @param rootContainer
* @param displayWebDAVLink * @param displayWebDAVLink
* true: show the webDAV link; false: hide the webDAV link
* @param ureq * @param ureq
* @param wControl * @param wControl
*/ */
...@@ -139,6 +140,13 @@ public class FolderRunController extends BasicController implements Activateable ...@@ -139,6 +140,13 @@ public class FolderRunController extends BasicController implements Activateable
* Constructor for a folder controller without filter and custom link model for editor. * Constructor for a folder controller without filter and custom link model for editor.
* @param rootContainer * @param rootContainer
* @param displayWebDAVLink * @param displayWebDAVLink
* true: show the webDAV link; false: hide the webDAV link
* @param displaySearch
* true: display the search field; false: omit the search field.
* Note: for guest users the search is always omitted.
* @param canMail
* true: allow sending document / link to document via email to other users
* false: don't use mail feature
* @param ureq * @param ureq
* @param wControl * @param wControl
*/ */
...@@ -159,6 +167,9 @@ public class FolderRunController extends BasicController implements Activateable ...@@ -159,6 +167,9 @@ public class FolderRunController extends BasicController implements Activateable
* @param displaySearch * @param displaySearch
* true: display the search field; false: omit the search field. * true: display the search field; false: omit the search field.
* Note: for guest users the search is always omitted. * Note: for guest users the search is always omitted.
* @param canMail
* true: allow sending document / link to document via email to other users
* false: don't use mail feature
* @param ureq * @param ureq
* The user request object * The user request object
* @param wControl * @param wControl
...@@ -189,6 +200,9 @@ public class FolderRunController extends BasicController implements Activateable ...@@ -189,6 +200,9 @@ public class FolderRunController extends BasicController implements Activateable
* @param displaySearch * @param displaySearch
* true: display the search field; false: omit the search field. * true: display the search field; false: omit the search field.
* Note: for guest users the search is always omitted. * Note: for guest users the search is always omitted.
* @param canMail
* true: allow sending document / link to document via email to other users
* false: don't use mail feature
* @param ureq * @param ureq
* The user request object * The user request object
* @param wControl * @param wControl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment