Kelly Adams

Results 6 issues of Kelly Adams

The Knockout templates already add a property in TypeScript called "parent", so your properties get overwritten.

bug
knockout
breaking

This file is copied during generation and makes use of public properties that were deleted in [839d49fb](https://github.com/IntelliTect/Coalesce/commit/839d49fb40e8aacd8aa9bcfb636c23bc3feb674b#diff-7990bb213f5facac029c587c43476c04L42-L52). This view is rarely used, but breaks sites that require pre-compiled views.

bug
knockout
breaking
Help Wanted - IntelliTect

In order to support bootstrap themes, generated views should not include blocks. Instead, this should be in Sites.scss and utilize bootstrap variables. This would allow standard bootstrap themes to be...

enhancement
help wanted
knockout
Help Wanted - IntelliTect

Because the ClassViewModel for model entities only takes the [first property](https://github.com/IntelliTect/Coalesce/blob/320c376bb4751ed488708fab8fc66291c3a208c3/src/IntelliTect.Coalesce/TypeDefinition/ClassViewModel.cs#L367) with IsPrimaryKey and additionally because the IsPrimaryKey property only looks for the KeyAttribute (ignoring anything set up in the...

enhancement
proposal

Fix various typos I found in the docs

Current behavior: 1. Create a new Coalesce project from the template 2. Add the `Microsoft.EntityFrameworkCore.SqlServer.HierarchyId` package to the project 3. Add a property to a model that uses the type...

enhancement