Subject: | edit/view seems to be broken for tables with a muti-column primary keys |
First off, great tool you've developed. Looks like it will be a major time saver.
Edit and View both seem to be broken for any table I have that has a muti-column primary key.
The generated config hash in the generated controller for the table only includes one of the
primary key columns for the "primary_key".
When I click on a value in the list, I get the following error when it tries to bring up edit:
"Cannot load blah blah without a primary key (key1, key2) with non-null values in all columns
or another unique key with at least one non-null value."
I'm assuming this error is thrown because the link to the edit action only includes half of the
primary key.
Thanks.