stable
Clone or download
Read-only
request #14625 Fatal error while uploading a new version for a docman item
This issue only occurs when description of a file is null Forge you database to be sure to have a document with a null description UPDATE plugin_docman_item SET description = null WHERE item_id = <id> With new document ui, drag and drop a file to create a new version on it => no fatal error Change-Id: I6b5ad8329dda17da5385144bd408201f12bf5942
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/db/install.sql | +2 | −2 | Go to diff View file |
A | plugins/docman/db/mysql/updates/2020/202004031116_make_title_and_description_not_empty.php | +53 | −0 | Go to diff View file |