Subject: | examples/demo/server.pl fails on tables without primary key |
The demo application generates links for editing tables without primary
keys, but when following such link it fails like this:
Caught exception in DemoApp::Model::LFB::Metadata->process "Use of
uninitialized value in string ne at
/usr/share/perl5/vendor_perl/CatalystX/ListFramework/Builder/Model/Metadata.pm
line 175."
While it rarely makes sense to allow editing such tables, making them
viewable read-only in the web interface might be handy.