Closed BlairAllegroTech closed 7 years ago
Note : when non-java compliant characters are used as js-data type names, js-data removes these characters so to form a java script variable name.
In this case js-data also creates an endpoint for the resource that matches exactly the jsonapi type name. I have not altered this behavior at all and seem to work well here.
This relates to #41,
Change code so that js-data types and relationships are compared using case sensitive comparisons. If this fails it falls back to checking lower case names.