From 51b2f6b4e5b55110452a4bd269b4edebb986a78f Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 23 Sep 2023 18:18:03 -0400 Subject: [PATCH] Document Versioning: When opening a versioned document clearly define it is an archive file and the date it was archived at the top of document details --- client_document_details.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client_document_details.php b/client_document_details.php index 80b2de66..eacc4c0d 100644 --- a/client_document_details.php +++ b/client_document_details.php @@ -23,6 +23,7 @@ $document_name = nullable_htmlentities($row['document_name']); $document_content = $purifier->purify($row['document_content']); $document_created_at = nullable_htmlentities($row['document_created_at']); $document_updated_at = nullable_htmlentities($row['document_updated_at']); +$document_archived_at = nullable_htmlentities($row['document_archived_at']); $document_folder_id = intval($row['document_folder_id']); $document_parent = intval($row['document_parent']); @@ -41,7 +42,7 @@ $document_parent = intval($row['document_parent']); - +