2 issues:
1. Using 2 hidden fields causes an error:
[Fri Nov 04 11:19:40 2011] [error] [client ] PHP Fatal error: [] operator not supported for strings in AjaxDataGrid.php on line 1694, referer: birds.php
2. Inserting via the detail grid uses the hidden variable from the main grid, which is not always required: Record NOT inserted Unknown column 'georef_id' in 'field list'
INSERT INTO `morph_herp` ( `sv`, `wt`, `hw`, `hl`, `sex`, `age`, `repro`, `tail`, `tail_status`, `shoulder`, `georef_id`, `specimen_id` ) VALUES ( 'gsdg', 'fdsgsdfg', 'gsfdgs', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '65423397', 0 ) |
|
|