Closed (fixed)
Project:
Table Manager
Version:
5.x-1.4
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2007 at 14:15 UTC
Updated:
25 Aug 2009 at 16:57 UTC
When I try to create a new table, after the initial screen (where you choose # columns)
I see this warning, although all the data types seem to default to the 'text' choice
in the drop-down. Don't know if this is by design but it does appear alarming. :
* Enter your selections below, with each choice separated by a newline field is required.
* Enter your selections below, with each choice separated by a newline field is required.
* Enter your selections below, with each choice separated by a newline field is required.
Comments
Comment #1
pobster commentedYeah I noticed that as well... It didn't used to do it I promise! Seems like something changed in core somewhere along the line. I notice a similar problem with the captcha module, as soon as you navigate to the captcha page (without clicking anything I mean) it tells you you've got the captcha wrong... I haven't bothered to fix anything as I'm assuming core will change again and rid you of the error? I guess?...
Pobster
Comment #2
pobster commentedAs a hacky workaround change line 2163 (I think!) to;
'#default_value' => $count == $col ? ' ' : $a['choices'],The ' ' space should prevent the validation from throwing up the error as the field won't be empty any more.
Pobster
Comment #3
goose2000 commentedYou know, I did have this core patch done to get the Editview module working. That was done to form.inc I believe. Have you looked at that, or know it is out there?
Comment #4
pobster commentedOop, nope that one passed me by! Anyways, as with the other issue you've reported the new version works differently (read 'better'!) and this issue doesn't affect it. Don't worry by the way, the new version will be backwards compatible.
Pobster
Comment #5
pobster commented