...
This has to be enabled both at the UI as well as in API.
In UI, following will happen:
When creator submits a trackable collection for review, system checks if the value is “No” and gives a warning message.
When reviewer publishes a trackable collection for review, system checks if the value is “No” and gives a warning message.
For any live trackable collection with value set to “No”, if the creator tries to edit, a message stating “This cannot be modified as it is closed for modifications.” should be shown.
Deleting a collection
Once a trackable collection is published, the collection can be deleted only if the “Open for modification” value is set to “Yes”. If the “Open for modification” value is set to “No”, the collection cannot be deleted.
This has to be enabled both at the UI as well as in API.
In UI, for any live trackable collection with value set to “No”, if a user tries to delete, a message stating “This cannot be deleted as it is closed for modifications.” should be shown.
Common Functionality
This section details the common functionality across trackable and non-trackable collections.
...
When a user opens a collection in editor for modification, system checks if there are newer versions present for one or more of the linked assets.
In case there are newer versions present, editor indicates the same using a warning popup when the collection is openedis shown with appropriate message.
The
popup has linked assets name and option to update to latestUser can select one or more assets (or Select All) and update to latest.
The latest version of the selected assets are linked to the collection.
Clicking on the asset node will preview the older version.
There is an option “View latest version”. Clicking that will open the latest version in a different tab.
There is an option to update the version to latest.
If user selects the option to update the version to latest, the latest version is linked to the collection and the preview reflects the latest version.
There is a “Update all assets” option in the Folders kebab menu (vertical dots). Clicking this will show a confirmation popup. Once user confirms, all linked assets are updated to latest version.
In case there are newer versions present, editor indicates the same using a warning popup when the collection is submitted for review. There are options to “Cancel submit” and “Proceed to submit”. “Cancel submit” brings back the user to the editor. “Proceed to submit” will submit the collection for review.
The assets with newer version assets that are of older version (that have latest version not linked) are also indicated in the folder hierarchy (with a different color)
...
When a user opens a collection for review, system checks if there are newer versions present for one or more of the linked assets.
In case there are newer versions present, editor indicates the same using a warning popup when the collection is opened. The popup has linked assets name (for view only)is shown with appropriate message.
The assets that are of older version (that have latest version not linked) are also indicated in the folder hierarchy (with a different color)
Clicking on the asset node will preview the older version.
There is an option “View latest version”. Clicking that will open the latest version in a different tab.
The above popup is also shown when user choses “Publish” option. There are options to “Cancel publish” and “Proceed to publish”. “Cancel publish” brings back the user to the review page. “Proceed to publish” will publish the collection.
...