[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Page MenuHomePhabricator

After submitting the voter eligibility list, a warning is generated
Closed, ResolvedPublic

Description

The warning reads: Undefined index: comment in /var/www/extensions/SecurePoll/includes/pages/VoterEligibilityPage.php on line 787 which is referring to this line in the code:

$that->saveList( $property, $formData['names'], $formData['comment'] );

The form element comment seems to be defined further up in the code, but it is actually not shown for any of the eligibility lists. Code should be modified to make the comment textbox show.

Event Timeline

Huji triaged this task as Lowest priority.Oct 7 2016, 2:10 AM

Change 581628 had a related patch set uploaded (by QEDK; owner: QEDK):
[mediawiki/extensions/SecurePoll@master] Include missing comment property

https://gerrit.wikimedia.org/r/581628

Huji claimed this task.

Change 581628 merged by jenkins-bot:
[mediawiki/extensions/SecurePoll@master] Fix missing comment

https://gerrit.wikimedia.org/r/581628