CareSet / DURC

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

Hidden fields don't work #64

Closed kchapple closed 4 years ago

kchapple commented 4 years ago

There is a typo in the mustach edit view generator that prevents the isFieldHiddenInGenericDurcEditor() method from ever being called. Instead of checking for existence of method isFieldHiddenInGenericDurcEditor(), it checks for isFieldHiddenInGenericEditor() which always returns false.

seanccsmith commented 4 years ago

This is working now.