From 38ab1b2eac9c387aeee307a0ddbe45b0bfef4126 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 3 Jun 2013 07:58:22 +0200 Subject: [PATCH] use different form name for document chooser otherwise the trees use the same id and javascript functions --- views/bootstrap/class.ManageNotify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.ManageNotify.php b/views/bootstrap/class.ManageNotify.php index 2913b19ac..141455af3 100644 --- a/views/bootstrap/class.ManageNotify.php +++ b/views/bootstrap/class.ManageNotify.php @@ -166,7 +166,7 @@ class SeedDMS_View_ManageNotify extends SeedDMS_Bootstrap_Style { $this->contentSubHeading(getMLText("choose_target_document")); /* 'form1' must be passed to printDocumentChooser() because the typeahead * function is currently hardcoded on this value */ - $this->printDocumentChooser("form1"); + $this->printDocumentChooser("form2"); print ""; print "";