Commit c43f2a6a64833eeff4e4a071a874818e064344e7
1 parent
5ffb7f37
added first edit functionality- extra parameter
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1479 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/modifySpecificMetaDataBL.php
| ... | ... | @@ -24,7 +24,7 @@ if (checkSession()) { |
| 24 | 24 | $oDocument = Document::get($fDocumentID); |
| 25 | 25 | require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); |
| 26 | 26 | $oPatternCustom = & new PatternCustom(); |
| 27 | - $oPatternCustom->setHtml(getPage($fDocumentID, $oDocument->getDocumentTypeID())); | |
| 27 | + $oPatternCustom->setHtml(getPage($fDocumentID, $oDocument->getDocumentTypeID(), $fFirstEdit)); | |
| 28 | 28 | $main->setCentralPayload($oPatternCustom); |
| 29 | 29 | $main->setFormAction("../store.php?fReturnURL=" . urlencode("$default->rootUrl/control.php?action=viewDocument&fDocumentID=$fDocumentID")); |
| 30 | 30 | $main->setHasRequiredFields(true); | ... | ... |