![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) The "Duplicate Check" plugin provides viewing and editing of all duplicate assets in Celum. [MINITOC] ## Properties To be configured in {home}/appserver/conf/custom.properties ##### duplicateCheck.license > type: String, **required: yes**, default: - License key (delivered by brix IT Solutions) ##### duplicateCheck.showAssetCount > type: boolean, **required: yes**, default: true If this property is set to true, the total amount of duplicates found will be shown at the overview page. This value is calculated before the assets are loaded with the users credentials and therefore from the viewpoint of an admin. This property has to be set to false for shared systems or for usecases where the user of the plugin only sees parts of all assets. ##### duplicateCheck.showCSVExport > type: boolean, required: no, default: false If this property is set to true, the user has the option to export the duplicate information to a CSV. ##### duplicateCheck.excludeNode > type: list of long, required: no, default: - This property takes a comma separated list of nodeIds from nodes that should not be included. This is useful to exclude the trashbin. ##### duplicateCheck.userIds > type: list of long, required: no, default: - This property takes a list of userIds. These users are allowed to see the plugin. It is important that these users have the necessary writing permissions. Beside the users in this list, all administrators can see and use the plugin. ##### duplicateCheck.showAssetTypeDropdown > type: boolean, required: no, default: true Shows an asset type filter dropdown in the overview (super-admins only). ## Compatibility Matrix | Duplicate Check | CELUM (min. version) | :----- | :----- | 1.0 - 1.3 | 5.12.2 | | 1.4 | 5.13.4 | | 1.9 | 5.13.4 (tested with 6.5.2) | | 1.9.8 | 5.13.4 (tested with 6.8) | | 1.10.0 | 5.13.4 (tested with 6.8) | | Nova Plugin | CELUM (min. version) | Backend Plugin (min. version) | | ---------------- | --------------------- | --------------------- | | 1.0.0-6.12.0 | 6.12.0 | 1.10.0-5.13.4 ## Screenshots ![Overview](duplicateCheckMain.jpg) ![Detail View](duplicateCheckDetail.jpg) ## Release Notes #### 1.0 > Released: 2017-10-30 - Initial Version #### 1.9 > Released: 2018-05-30 - Improved performance - Possibility to filter by Assettype - Navigation on overview page #### 1.9.8 > Released: 2021-01-11 - 6.8-ready ##### 1.10.0 > Released 2022-04-20 - Nova Backend