BUG-13914 Browser not recognizing PDF Output Document
New featured added in Output Document properties and new column added in OUTPUT DOCUMENT table.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user