Commit a4b1b97d8851b9928df66ea62e009d6e851790bb

Authored by michael
1 parent f10da7a5

changed form submission method to get


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2688 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/manageArchivedDocumentsBL.php
... ... @@ -139,7 +139,8 @@ if (checkSession()) {
139 139 }
140 140 $main->setCentralPayload($oContent);
141 141 $main->setFormAction($_SERVER['PHP_SELF']);
142   - $main->setHasRequiredFields(true);
  142 + $main->setHasRequiredFields(true);
  143 + $main->setSubmitMethod("GET");
143 144 $main->render();
144 145 }
145 146  
... ...