diff --git a/presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/manageArchivedDocumentsBL.php b/presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/manageArchivedDocumentsBL.php index eb7d374..82641d5 100644 --- a/presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/manageArchivedDocumentsBL.php +++ b/presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/manageArchivedDocumentsBL.php @@ -139,7 +139,8 @@ if (checkSession()) { } $main->setCentralPayload($oContent); $main->setFormAction($_SERVER['PHP_SELF']); - $main->setHasRequiredFields(true); + $main->setHasRequiredFields(true); + $main->setSubmitMethod("GET"); $main->render(); }