@memberjunction/ng-user-view-grid 0.9.205 → 0.9.206

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -558,7 +558,7 @@ export class UserViewGridComponent {
558
558
  });
559
559
  }
560
560
  GeneratePrimaryKeyValueString(pkVals) {
561
- return pkVals.length > 1 ? pkVals.map(pk => pk.FieldName + '|' + pk.Value).join('||') : pkVals[0].Value;
561
+ return pkVals.map(pk => pk.FieldName + '|' + pk.Value).join('||');
562
562
  }
563
563
  createFormGroup(dataItem) {
564
564
  const groupFields = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-user-view-grid",
3
- "version": "0.9.205",
3
+ "version": "0.9.206",
4
4
  "description": "MemberJunction: Angular Grid to display dynamic and saved user views for any entity in MemberJunction.",
5
5
  "main": "./dist/public-api.js",
6
6
  "typings": "./dist/public-api.d.ts",
@@ -33,7 +33,7 @@
33
33
  "@memberjunction/global": "^0.9.152",
34
34
  "@memberjunction/core": "^0.9.171",
35
35
  "@memberjunction/graphql-dataprovider": "^0.9.177",
36
- "@memberjunction/ng-shared": "^0.9.21",
36
+ "@memberjunction/ng-shared": "^0.9.22",
37
37
  "@memberjunction/ng-compare-records": "^0.9.172",
38
38
  "@memberjunction/ng-container-directives": "^0.9.135",
39
39
  "tslib": "^2.3.0"