merging 7.1.3 changes
This commit is contained in:
parent
67dfefff08
commit
b4727a5739
3 changed files with 17 additions and 2 deletions
|
|
@ -132,7 +132,7 @@ sub getEditForm {
|
|||
value=>$self->session->form->get("returnUrl")
|
||||
});
|
||||
if ($self->getValue("namespace") eq "") {
|
||||
my $namespaces = $self->session->dbSlave->buildHashRef("select distinct(namespace),namespace from template order by namespace");
|
||||
my $namespaces = $self->session->dbSlave->buildHashRef("select distinct(namespace) from template order by namespace");
|
||||
$tabform->getTab("properties")->combo(
|
||||
-name=>"namespace",
|
||||
-options=>$namespaces,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue