fix table with handling, icons implemented
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# AssetManager 0.5.5.59
|
||||
|
||||
## Image association safety
|
||||
|
||||
- Removing or replacing an asset/category image now removes only the database association.
|
||||
- Physical upload files are intentionally retained because duplicated records can reference the same file.
|
||||
- Orphaned image files are reserved for a later maintenance cleanup task.
|
||||
- Uploads continue to use unique UUID-based filenames, so files with the same original filename never overwrite one another and the same source image can be uploaded multiple times safely.
|
||||
|
||||
## Image editor preview
|
||||
|
||||
- After an image is marked for removal, selecting a replacement immediately previews the newly selected local image instead of restoring the old server image.
|
||||
- The removal marker is cleared automatically when a replacement image is selected.
|
||||
Reference in New Issue
Block a user