You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bootstrap default templates ignore ScaffoldColumn() annotations. In my project I've corrected this by updating the VisibleProperties() extension methods with an additional where clause:
Good point. The net data annotation [Display(AutoGenerate=false)] is not supported by the bootstrap shared views yet (#83), but should be. I guess [Display(AutoGenerate=false)] should be checked too when generating the template, in addition to the check you mention above.
Bootstrap default templates ignore ScaffoldColumn() annotations. In my project I've corrected this by updating the VisibleProperties() extension methods with an additional where clause:
The text was updated successfully, but these errors were encountered: