Implement user editable "File Type" field #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now, we get mime-type derived from the file, which can also sometimes be wrong based on the file type. We need a simple user-editable field for a user to mark whether an item is Audio, Video or Document. This should be pre-populated / derived based on the mime-type, and left null where this is not possible to do.
So, roughly:
@zi - do we need to distinguish between "Document" and "Image"? Are these 3 types roughly correct?