From 6b22390604d58513d78a82c70b88a4f3aae7b14a Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 23 Sep 2023 17:57:06 -0400 Subject: [PATCH] Tweaked Document Versioning logic, this update will update the db to update all exisiting document to update document_parent with the same primary_key ID --- client_document_details.php | 21 ++++++--------------- client_document_edit_modal.php | 1 + database_updates.php | 13 +++++++++++-- database_version.php | 2 +- post/document.php | 19 +++++++++---------- 5 files changed, 28 insertions(+), 28 deletions(-) diff --git a/client_document_details.php b/client_document_details.php index 1fa57a30..80b2de66 100644 --- a/client_document_details.php +++ b/client_document_details.php @@ -232,29 +232,20 @@ $document_parent = intval($row['document_parent']);
Revisions
"> - + diff --git a/client_document_edit_modal.php b/client_document_edit_modal.php index c03254a8..4482f7b6 100644 --- a/client_document_edit_modal.php +++ b/client_document_edit_modal.php @@ -9,6 +9,7 @@
+