From ad6eb8a77507ce4b0826f2f18e0e85f8222fd529 Mon Sep 17 00:00:00 2001 From: norahmollo Date: Wed, 19 Mar 2014 11:24:05 -0400 Subject: [PATCH] BUG-13914 Browser not recognizing PDF Output Document New featured added in Output Document properties and new column added in OUTPUT DOCUMENT table. --- workflow/engine/classes/model/map/OutputDocumentMapBuilder.php | 2 -- workflow/engine/classes/model/om/BaseOutputDocument.php | 2 -- workflow/engine/classes/model/om/BaseOutputDocumentPeer.php | 1 - workflow/engine/config/schema.xml | 2 ++ workflow/engine/methods/cases/cases_ShowOutputDocument.php | 3 +-- workflow/engine/xmlform/outputdocs/outputdocs_Properties.html | 1 + workflow/engine/xmlform/outputdocs/outputdocs_Properties.xml | 2 -- 7 files changed, 4 insertions(+), 9 deletions(-) diff --git a/workflow/engine/classes/model/map/OutputDocumentMapBuilder.php b/workflow/engine/classes/model/map/OutputDocumentMapBuilder.php index 92c7d36a2..0e58314b5 100755 --- a/workflow/engine/classes/model/map/OutputDocumentMapBuilder.php +++ b/workflow/engine/classes/model/map/OutputDocumentMapBuilder.php @@ -7,8 +7,6 @@ include_once 'creole/CreoleTypes.php'; /** * This class adds structure of 'OUTPUT_DOCUMENT' table to 'workflow' DatabaseMap object. * - * - * * These statically-built map classes are used by Propel to do runtime db structure discovery. * For example, the createSelectSql() method checks the type of a given column used in an * ORDER BY clause to know whether it needs to apply SQL to make the ORDER BY case-insensitive diff --git a/workflow/engine/classes/model/om/BaseOutputDocument.php b/workflow/engine/classes/model/om/BaseOutputDocument.php index 889500012..7dd743e4b 100755 --- a/workflow/engine/classes/model/om/BaseOutputDocument.php +++ b/workflow/engine/classes/model/om/BaseOutputDocument.php @@ -4,14 +4,12 @@ require_once 'propel/om/BaseObject.php'; require_once 'propel/om/Persistent.php'; - include_once 'propel/util/Criteria.php'; include_once 'classes/model/OutputDocumentPeer.php'; /** * Base class that represents a row from the 'OUTPUT_DOCUMENT' table. - * * * * @package workflow.classes.model.om diff --git a/workflow/engine/classes/model/om/BaseOutputDocumentPeer.php b/workflow/engine/classes/model/om/BaseOutputDocumentPeer.php index f6b2c4744..2d068d262 100755 --- a/workflow/engine/classes/model/om/BaseOutputDocumentPeer.php +++ b/workflow/engine/classes/model/om/BaseOutputDocumentPeer.php @@ -7,7 +7,6 @@ include_once 'classes/model/OutputDocument.php'; /** * Base static class for performing query and update operations on the 'OUTPUT_DOCUMENT' table. - * * * * @package workflow.classes.model.om diff --git a/workflow/engine/config/schema.xml b/workflow/engine/config/schema.xml index d768368e3..3bd8fb84c 100755 --- a/workflow/engine/config/schema.xml +++ b/workflow/engine/config/schema.xml @@ -740,6 +740,7 @@ + @@ -797,6 +798,7 @@
+ diff --git a/workflow/engine/methods/cases/cases_ShowOutputDocument.php b/workflow/engine/methods/cases/cases_ShowOutputDocument.php index 6a87329b3..515c1535a 100755 --- a/workflow/engine/methods/cases/cases_ShowOutputDocument.php +++ b/workflow/engine/methods/cases/cases_ShowOutputDocument.php @@ -33,8 +33,7 @@ if (!isset($_SESSION['USER_LOGGED'])) { * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. - */ -/* + * * Created on 13-02-2008 * * @author David Callizaya diff --git a/workflow/engine/xmlform/outputdocs/outputdocs_Properties.html b/workflow/engine/xmlform/outputdocs/outputdocs_Properties.html index 5ddcafa58..f5b309e46 100755 --- a/workflow/engine/xmlform/outputdocs/outputdocs_Properties.html +++ b/workflow/engine/xmlform/outputdocs/outputdocs_Properties.html @@ -126,6 +126,7 @@ + diff --git a/workflow/engine/xmlform/outputdocs/outputdocs_Properties.xml b/workflow/engine/xmlform/outputdocs/outputdocs_Properties.xml index f1d0636b7..408d7acd1 100755 --- a/workflow/engine/xmlform/outputdocs/outputdocs_Properties.xml +++ b/workflow/engine/xmlform/outputdocs/outputdocs_Properties.xml @@ -116,7 +116,6 @@ \ No newline at end of file
{$OUT_DOC_OPEN_TYPE} {$form.OUT_DOC_OPEN_TYPE}