Fixed typo that was preventing Templates from populating drop down list on edit poll screen.
This commit is contained in:
parent
dbec3ad31d
commit
3902137184
1 changed files with 2 additions and 2 deletions
|
|
@ -171,8 +171,8 @@ sub getEditForm {
|
|||
my $tabform = $self->SUPER::getEditForm;
|
||||
$tabform->getTab("display")->template(
|
||||
-value=>$self->getValue('templateId'),
|
||||
-namespace=>"Poll"
|
||||
-label=>WebGUI::International::get(73,"Asset_Poll"),
|
||||
-namespace=>"Poll",
|
||||
-label=>WebGUI::International::get(73,"Asset_Poll")
|
||||
);
|
||||
my ($i, $answers);
|
||||
for ($i=1; $i<=20; $i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue