Import/Export polls from other sites
GENERAL
TESTING
GENERAL
TESTING
Description
Attachments
1
Activity
Show:

David Horwitz December 17, 2009 at 7:04 AM
That particular check is now gone in all versions after 2.6.x (as of this morning)

David Roldán Martínez December 16, 2009 at 5:02 AM
It fails when it null. It can be solved adding the following check in PollListManagerDaoImpl.savePoll
if ((t.getDetails()!=null) && (t.getDetails().length() > 254))
....

Huzefa Khalil February 20, 2009 at 8:30 AM
Works now. Can import Polls from another site using Site Info. Tested on trunk.

David Horwitz February 14, 2009 at 1:23 AMEdited
Apllied David's patch - thanks!
Stephen Marquard September 30, 2008 at 5:17 AM
Thanks for the patch
David H, please review and commit.
Polls cannot be imported/exported from other sites using site info tool. I attach the patch to this possible. It has been generated for trunk (r 52941).
Hope this helps.