objectManager: Add action var to form tag when adding entries
This commit is contained in:
committed by
Chris Morgan
parent
fb2c29e4ee
commit
9770cc9583
@@ -758,7 +758,9 @@ class ObjectManager
|
|||||||
$oObject->objectDisplayAddItemHelp();
|
$oObject->objectDisplayAddItemHelp();
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "<form method=\"post\">\n";
|
echo "<form method=\"post\" action=\"".$this->makeUrl("add")."\">\n";
|
||||||
|
|
||||||
|
echo $this->makeUrlFormData();
|
||||||
|
|
||||||
$aVars = $this->get_custom_vars($aClean, "add");
|
$aVars = $this->get_custom_vars($aClean, "add");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user