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:
norahmollo
2014-03-19 11:24:05 -04:00
parent 0dbf1df620
commit ad6eb8a775
7 changed files with 4 additions and 9 deletions

View File

@@ -7,8 +7,6 @@ include_once 'creole/CreoleTypes.php';
/** /**
* This class adds structure of 'OUTPUT_DOCUMENT' table to 'workflow' DatabaseMap object. * 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. * 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 * 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 * ORDER BY clause to know whether it needs to apply SQL to make the ORDER BY case-insensitive

View File

@@ -4,14 +4,12 @@ require_once 'propel/om/BaseObject.php';
require_once 'propel/om/Persistent.php'; require_once 'propel/om/Persistent.php';
include_once 'propel/util/Criteria.php'; include_once 'propel/util/Criteria.php';
include_once 'classes/model/OutputDocumentPeer.php'; include_once 'classes/model/OutputDocumentPeer.php';
/** /**
* Base class that represents a row from the 'OUTPUT_DOCUMENT' table. * Base class that represents a row from the 'OUTPUT_DOCUMENT' table.
*
* *
* *
* @package workflow.classes.model.om * @package workflow.classes.model.om

View File

@@ -7,7 +7,6 @@ include_once 'classes/model/OutputDocument.php';
/** /**
* Base static class for performing query and update operations on the 'OUTPUT_DOCUMENT' table. * Base static class for performing query and update operations on the 'OUTPUT_DOCUMENT' table.
*
* *
* *
* @package workflow.classes.model.om * @package workflow.classes.model.om

View File

@@ -740,6 +740,7 @@
<column name="LEX_VALUE" type="VARCHAR" size="128" required="true" default=""/> <column name="LEX_VALUE" type="VARCHAR" size="128" required="true" default=""/>
<column name="LEX_CAPTION" type="VARCHAR" size="128" required="true" default=""/> <column name="LEX_CAPTION" type="VARCHAR" size="128" required="true" default=""/>
</table> </table>
<table name="OUTPUT_DOCUMENT"> <table name="OUTPUT_DOCUMENT">
<vendor type="mysql"> <vendor type="mysql">
<parameter name="Name" value="OUTPUT_DOCUMENT"/> <parameter name="Name" value="OUTPUT_DOCUMENT"/>
@@ -797,6 +798,7 @@
<rule name="validValues" value="HTML|ITEXT|JRXML|ACROFORM" message="Please select a valid Output Document Type."/> <rule name="validValues" value="HTML|ITEXT|JRXML|ACROFORM" message="Please select a valid Output Document Type."/>
</validator> </validator>
</table> </table>
<table name="PROCESS"> <table name="PROCESS">
<vendor type="mysql"> <vendor type="mysql">
<parameter name="Name" value="PROCESS"/> <parameter name="Name" value="PROCESS"/>

View File

@@ -33,8 +33,7 @@ if (!isset($_SESSION['USER_LOGGED'])) {
* *
* For more information, contact Colosa Inc, 2566 Le Jeune Rd., * For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com. * Coral Gables, FL, 33134, USA, or email info@colosa.com.
*/ *
/*
* Created on 13-02-2008 * Created on 13-02-2008
* *
* @author David Callizaya <davidsantos@colosa.com> * @author David Callizaya <davidsantos@colosa.com>

View File

@@ -126,6 +126,7 @@
</tr> </tr>
<tr> <tr>
<td class="FormLabel" width="{$form_labelWidth}">{$OUT_DOC_OPEN_TYPE}</td> <td class="FormLabel" width="{$form_labelWidth}">{$OUT_DOC_OPEN_TYPE}</td>
<!-- <td class='FormFieldContent' width="{$form_width}" >{$form.OUT_DOC_OPEN_TYPE} </td> //-->
<td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.OUT_DOC_OPEN_TYPE}</td> <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.OUT_DOC_OPEN_TYPE}</td>
</tr> </tr>
<tr> <tr>

View File

@@ -116,7 +116,6 @@
</ACCEPT> </ACCEPT>
<JS type="JavaScript"><![CDATA[ <JS type="JavaScript"><![CDATA[
var _oVarsPanel_; var _oVarsPanel_;
var showDynaformsFormVars = function(sFieldName, sAjaxServer, sProcess, sSymbol) { var showDynaformsFormVars = function(sFieldName, sAjaxServer, sProcess, sSymbol) {
_oVarsPanel_ = new leimnud.module.panel(); _oVarsPanel_ = new leimnud.module.panel();
@@ -232,6 +231,5 @@ leimnud.event.add(getField('OUT_DOC_GENERATE'), 'change', function() {
showPdfSecuritySwitch(); showPdfSecuritySwitch();
togglePDFSecurity(); togglePDFSecurity();
]]></JS> ]]></JS>
</dynaForm> </dynaForm>