UI-O-Matic 1.1.0 Release
Today UI-O-Matoc 1.1.0 is available (get it from nuget), it features 2 new improvements coming from community pull requests! So thanks Tom Fulton and Serena Benny.
Introducing the UIOMaticNameField attribute
With this new attribute you can mark a single property that will be used as the ‘name’ field of your object, in the UI it will now appear at the top (so making it even more consistent with the Umbraco UI).
And if you are using a list view this name property will be the column that will link through to the detail page
Not limited to primary key columns of type int
With this version it’s also possible to have unique identifiers as the type on your primary key columns so now it should be able to handle almost every table
Haven’t given it a go yet? You should since it’s a huge time saver! For full details check out http://www.nibble.be/?p=464