From 830f0258df4fe650a465772dee90f692aa4763d1 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 21 Feb 2022 11:07:43 +0100 Subject: [PATCH] add note for 6.0.18 --- SeedDMS_Core/package.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml index 32288fa55..b682bb3de 100644 --- a/SeedDMS_Core/package.xml +++ b/SeedDMS_Core/package.xml @@ -26,6 +26,7 @@ - all changes from 5.1.25 - replace all checks on isset(_workflow) by checking for null +- SeedDMS_Core_Document::getWorkflowLog() returns all log entries if the document is currently not in a workflow. Previously a transition had to be passed as well.