fixed documentation
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-sharing-widget@97620 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
e290ac9819
commit
6c0c417e7f
|
@ -36,7 +36,7 @@ n/a
|
|||
Documentation
|
||||
-------------
|
||||
Documentation is available on-line from the Projects Documentation Wiki:
|
||||
https://gcube.wiki.gcube-system.org/gcube/index.php/Workspace Sharing Widget
|
||||
https://gcube.wiki.gcube-system.org/gcube/index.php/GCube_Widgets_Store
|
||||
|
||||
|
||||
Licensing
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -14,7 +14,7 @@
|
|||
<groupId>org.gcube.portlets.widgets</groupId>
|
||||
<artifactId>workspace-sharing-widget</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.0.2-SNAPSHOT</version>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<name>gCube Workspace Sharing Widget</name>
|
||||
<description>
|
||||
gCube Workspace Sharing Widget
|
||||
|
|
|
@ -39,7 +39,7 @@ public class WorkspaceSharingController {
|
|||
|
||||
/**
|
||||
* This controller instancing sharing dialog
|
||||
* @param itemId workace item id
|
||||
* @param itemId workspace item id
|
||||
* @param if true, only owner can share, otherwise an alert with an error message is displayed
|
||||
* @param defaultPermission ACL_TYPE default permission, if is null default ACL_TYPE is loaded from server
|
||||
*/
|
||||
|
|
|
@ -35,7 +35,7 @@ public class WorkspaceSmartSharingController {
|
|||
|
||||
/**
|
||||
*
|
||||
* @param file a fake file (used to display name of the file or folder) to display the field name
|
||||
* @param file - a fake file to display the field name ("filename") into dialog
|
||||
* @param listAlreadySharedContact
|
||||
*/
|
||||
public WorkspaceSmartSharingController(FileModel file, List<CredentialModel> listAlreadySharedContact) {
|
||||
|
|
Loading…
Reference in New Issue