Commit c39954e26793d41ebf4d86742d3467abe40ac046
1 parent
44c68c8c
changed submit method to get
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2678 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/addArchiveSettingsBL.php
| @@ -70,7 +70,8 @@ if (checkSession()) { | @@ -70,7 +70,8 @@ if (checkSession()) { | ||
| 70 | // build the page | 70 | // build the page |
| 71 | require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); | 71 | require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); |
| 72 | $main->setCentralPayload($oContent); | 72 | $main->setCentralPayload($oContent); |
| 73 | - $main->setFormAction($_SERVER['PHP_SELF']); | 73 | + $main->setFormAction($_SERVER['PHP_SELF']); |
| 74 | + $main->setSubmitMethod("GET"); | ||
| 74 | $main->setHasRequiredFields(true); | 75 | $main->setHasRequiredFields(true); |
| 75 | $main->render(); | 76 | $main->render(); |
| 76 | } | 77 | } |