mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
* documentation update 3.6.0 * documentation update 3.6.0 * update missing doc
2.2 KiB
2.2 KiB
Title, Added, Status, Last reviewed
| Title | Added | Status | Last reviewed |
|---|---|---|---|
| Node permission dialog service | v2.4.0 | Active | 2019-01-16 |
Node permission dialog service
Displays dialogs to let the user set node permissions.
Class members
Methods
- close()
Closes the currently-open dialog. - openAddPermissionDialog(node:
Node, title?:string):Observable<NodeEntry[]>
Opens a dialog to add permissions to a node.- node:
Node- ID of the target node - title:
string- (Optional) Dialog title - Returns
Observable<NodeEntry[]>- Node with updated permissions
- node:
- updateNodePermissionByDialog(nodeId?:
string, title?:string):Observable<Node>
Opens a dialog to update permissions for a node.- nodeId:
string- (Optional) ID of the target node - title:
string- (Optional) Dialog title - Returns
Observable<Node>- Node with updated permissions
- nodeId:
Details
This service sets up an Add Permission Dialog component to provide a user interface for updating permissions.