Merge branch 'pm_wysiwyg'

This commit is contained in:
Gustavo Cruz
2012-11-29 13:35:28 -04:00
1474 changed files with 49429 additions and 591 deletions

0
workflow/engine/classes/model/AppSolrQueue.php Normal file → Executable file
View File

0
workflow/engine/classes/model/AppSolrQueuePeer.php Normal file → Executable file
View File

0
workflow/engine/classes/model/Dashlet.php Normal file → Executable file
View File

0
workflow/engine/classes/model/DashletInstance.php Normal file → Executable file
View File

0
workflow/engine/classes/model/DashletInstancePeer.php Normal file → Executable file
View File

0
workflow/engine/classes/model/DashletPeer.php Normal file → Executable file
View File

View File

@@ -108,6 +108,7 @@ class OutputDocument extends BaseOutputDocument
if (!is_null($oOutputDocument)) {
$aFields = $oOutputDocument->toArray(BasePeer::TYPE_FIELDNAME);
$aFields['OUT_DOC_TITLE'] = $oOutputDocument->getOutDocTitle();
$aFields['PRO_UID'] = $oOutputDocument->getProUid();
$aFields['OUT_DOC_DESCRIPTION'] = $oOutputDocument->getOutDocDescription();
$aFields['OUT_DOC_FILENAME'] = $oOutputDocument->getOutDocFilename();
$aFields['OUT_DOC_TEMPLATE'] = $oOutputDocument->getOutDocTemplate();

View File

View File

View File

0
workflow/engine/classes/model/om/BaseAppSolrQueue.php Normal file → Executable file
View File

View File

0
workflow/engine/classes/model/om/BaseDashlet.php Normal file → Executable file
View File

View File

View File

0
workflow/engine/classes/model/om/BaseDashletPeer.php Normal file → Executable file
View File