Page 1 of 1

Drop down menu does not have any entries

PostPosted: Sun Apr 24, 2011 2:20 pm
by johannes
Hi, I am trying to use your framework to build a DB frontend.

I have a table called person, which contains persons, and another table called stip which sort of inherits from person.

I have created a fields.ini

Code: Select all
[ID_PERSON]
widget:type = select
vocabulary = person


also I have created a valuelist.ini

Code: Select all
[person]
__sql__ = "SELECT id, firstname  FROM person"


I can see the drop down menu, but I cannot see any entries. What's going wrong?

Re: Drop down menu does not have any entries

PostPosted: Sun Apr 24, 2011 2:38 pm
by shannah
valuelist.ini should be valuelists.ini

-Steve