CareSet / DURC

DURC is reverse CRUD
MIT License
3 stars 2 forks source link

Support self referencing tables #5

Open ftrotter opened 6 years ago

ftrotter commented 6 years ago

if a table is called 'person' and has a field called parent_person_id, that should work.

kchapple commented 6 years ago

@ftrotter This appears to work, testing on the sibling table. Clicking on sibling ID in list view takes you to the correct sibling. Select2 works in edit view. Works for both 'step_sibling_id' and 'sibiling_id' fields. Let me know if there's anything else to do here.