A few thoughts—
I notice that view_modes/table.php will pull table fields from the FieldSet plugin; naming conventions are somehow flagged. In other words, if you name a fieldset “Personal Data” the code will look for a table column named that and return an undefined index error when it does not find one. Inconvenient when one is using FieldSet for organizational or layout purposes. Perhaps a added parameter could toggle this on or off?
A nice option for the relational plugins would be to be able to set them so they’ll show only relational entries associated with a particular id. Currently, the plugins show ALL entries and mark associated ones. I’d like an option where you don’t see unrelated entries at all.
Every now and then, I get this error: “Unable to load your default controller. Please make sure the controller specified in your Routes.php file is valid.” I have triple checked routes.php and it is correct. Any idea what might be causing this?
Many thanks!