You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This prevents deletion of assets that are not checked out, but have assets checked out to them. Also changes the hover text to point out that the asset has other assets checked out to it. check out the image below.
The asset count is eager loaded in the api call so queries stay at a reasonable 25.
Enhanced Asset Information
The 'Assets' section on our platform now delivers additional information by showcasing linked 'assets'. This makes it more comprehensive for users who wish to view related assets.
Inclusion of Sub-Assets Count
A new feature counts the number of sub-assets for any given asset. This provides a swift summary and keeps the user abreast of the hierarchy of the inventory.
Improved Delete Logic
We've improved how our system determines whether an asset can be safely deleted. Now, an asset cannot be erased if it has any sub-assets linked to it, reinforcing data integrity and preventing accidental deletion of nestled data.
Upgraded Error Messaging
Our system now uses an updated language string in the event of a user attempting to delete an asset that has sub-assets attached. This ensures clear and unambiguous communication regarding why the deletion attempt was not successful.
Updated Tooltip Messaging for Deletion
The tooltips for the 'delete' button now accurately reflect new rules around the deletion of an asset based on its linked sub-assets. This serves as an intuitive guide for users.
Godmartinz
changed the title
Added prevents deletion of singular parent assets
Added prevents of deletion of singular parent assets
Feb 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This prevents deletion of assets that are not checked out, but have assets checked out to them. Also changes the hover text to point out that the asset has other assets checked out to it. check out the image below.
The asset count is eager loaded in the api call so queries stay at a reasonable 25.