vanstyn / RapidApp

Turnkey ajaxy webapps
http://rapi.io
Other
48 stars 15 forks source link

grid delete broken when update disallowed (DataStorePlus/DbicLink2) #3

Closed vanstyn closed 11 years ago

vanstyn commented 11 years ago

When 'updatable_colspec' is undef (i.e. nothing is allowed to be modified) but destroyable_relspec is set (i.e. but rows may be deleted) delete does not work because the "Save" button never becomes enabled. This probably means the bug is in DataStorePlus/JavaScript land and does not happen when persist_immediately is on.