![Advanced-UI](https://img.shields.io/static/v1?label=UI&message=Advanced&color=lightgrey) ![NOVA-UI](https://img.shields.io/static/v1?label=UI&message=NOVA&color=blue) With the "Remove from Node" plugin you get a list of nodes from selected assets. You can select nodes to remove the assets from theses nodes. All nodes are preselected, only the one where you selected the assets is not preselected. If you select all nodes, the asset will be deleted. [MINITOC] ## Properties To be configured in {home}/appserver/conf/custom.properties ##### removeFromNode.license > type: String, **required: yes**, default: -, since 1.4 The license key for the plugin (product: removeFromNode), provided by *brix*. ##### removeFromNode.userGroupIds > type: numbers, required: no, default: super admins only UserGroupIds defines which user groups can access this plugin and delete assets from the node if they have the permission in celum. e.g. `12,73,32` ##### removeFromNode.selection > type: string, required: no, default: other, since 1.3 Supported values for the default selection when the window was just opened: *all*, *none*, *other* (all nodes but the active one), *active*. ##### removeFromNode.useApiUser > type: boolean, required: no, default: false, since 1.3 Whether the API user should be used or not. Attention: potentionally dangerous, choose the allowed user groups very carefully if this setting is turned on. ##### removeFromNode.preventRemovalFromLastNode > type: boolean, required: no, default: false, since 1.3 Prevents the removal from the last node an asset is linked to. In other words, it prevents an asset from being deleted, but the remaining node it will be linked to is random, maybe outside the user's visible scope, and cannot be specified. ##### removeFromNode.showInfo > type: boolean, required: no, default: false, since 1.5 Shows an instructional message (message key: removeFromNode.info). ##### removeFromNode.showFullPath > type: boolean, required: no, default: false, since 1.5 Shows the full node paths instead of just the node name and the path as tool tip. ##### removeFromNode.nodeTypeDenylist > type: NodeTypeId, required: no, default: -, since 1.7.1 Defines, which nodetypes are not displayed in the GUI. ## Screenshots ![Remove Asset from Node](RemoveFromNode.PNG) ## Compatibility Matrix | Remove from Node | CELUM (min. version) |:-----------------|:--------------------------- | 1.0 | 5.13.3 | | 1.5.2 | 5.13.4 (tested with 6.8) | | 1.6.0 | 5.13.4 (tested with 6.9.3) | | 1.7.0 | 6.4.0 (tested with 6.9.3) | | Nova Plugin | CELUM (min. version) | | ---------------- | --------------------- | | 1.0.0 | 6.8.1 | | 1.0.1 | 6.9.3 | | 1.0.2 | 6.11.0 | ## Release Notes #### 1.0 > Released 2017-09-27 Initial Version #### 1.3 > Released 2018-09-06 Added configuration properties: useApiUser, selection and preventRemovalFromLastNode. Additionally visible nodes without deletion permission are now shown, but disabled and cannot be selected. #### 1.4 > Released 2019-01-28 Added license #### 1.5 > Released 2019-02-05 Added configuration properties: showInfo, showFullPath #### 1.7 > Released 2022-09-19 More precise warning messages depending on action