DovetailSoftware / dovetail-bootstrap

Get started writing Dovetail SDK applications. Included is an example of a web application using FubuMVC and Windows service application using Topshelf.
http://www.dovetailsoftware.com/blogs/kmiller/archive/2012/01/24/introducing-dovetail-bootstrap
Other
6 stars 5 forks source link

add a feature-enabled check for properties and collections in model map #36

Open styson opened 7 years ago

styson commented 7 years ago

If a feature is disabled, then don't add the property/collection to the model.

For example, if Solution Comments are disabled, don't add the comments collection or the average rating properties to the show solution model.