mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Remove Folder option in edit document modal as this is reserved for move to folder modal
This commit is contained in:
@@ -210,7 +210,6 @@ if (isset($_POST['edit_document'])) {
|
||||
document_description = '$description',
|
||||
document_content = '$content',
|
||||
document_content_raw = '$content_raw',
|
||||
document_folder_id = $folder,
|
||||
document_updated_by = $session_user_id
|
||||
WHERE document_id = $document_id"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user