- fix [ 1381694 ] Unable to reset votes on poll
- fix [ 1381309 ] FormParam macro returns always undef - fix [ 1379595 ] http proxy broken - fix [ 1379060 ] Unable to view subscription codes
This commit is contained in:
parent
bc909dff10
commit
6944fe3316
6 changed files with 15 additions and 3 deletions
|
|
@ -238,7 +238,7 @@ sub getEditForm {
|
|||
-name=>"resetVotes",
|
||||
-label=>WebGUI::International::get(10,"Asset_Poll"),
|
||||
-hoverHelp=>WebGUI::International::get('10 description',"Asset_Poll")
|
||||
) if $session{form}{func} eq 'add';
|
||||
) if $session{form}{func} ne 'add';
|
||||
return $tabform;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue