I want to be able to search for a text string in the find option for a related column, so using a input field in stead of a select box.
When the column(eq: ROOM_ID) is specified in the file: fields.ini as a selectbox, and given by the sql in the file: valuelists.ini by a column from another table (eq: EMPLOYEE_ROOM, related to the ROOM_ID) it is not possible to use the find option with a search string for the related column.
dir: CMDB_HARDWARE:
fields.ini :
[ROOM_ID]
vocabulary = ROOM
widget:type= select ;for the edit option
widget_find:type = text ;for the find option
valuelist.ini:
[ROOM]
__sql__ = "SELECT ROOM_ID, EMPLOYEE_ROOM FROM EMPLOYEES_ROOMS
NicoSijm