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?