@memberjunction/core
Advanced tools
Comparing version 0.9.1 to 0.9.3
@@ -58,2 +58,4 @@ import { BaseInfo } from "./baseInfo"; | ||
RelatedEntityBaseTableCodeName: string; | ||
DisplayUserViewName: string; | ||
DisplayUserViewID: number; | ||
constructor(initData: any); | ||
@@ -60,0 +62,0 @@ } |
@@ -75,2 +75,4 @@ "use strict"; | ||
this.RelatedEntityBaseTableCodeName = null; | ||
this.DisplayUserViewName = null; | ||
this.DisplayUserViewID = null; | ||
this.copyInitData(initData); | ||
@@ -495,3 +497,3 @@ } | ||
// we have been given a specific view to run, use it | ||
params.ViewName = relationship.DisplayUserViewGUID; | ||
params.ViewID = relationship.DisplayUserViewID; // virtual field - the durable key is the GUID, but the base view for entityrelationship brings in view name and ID | ||
} | ||
@@ -498,0 +500,0 @@ else { |
{ | ||
"name": "@memberjunction/core", | ||
"version": "0.9.1", | ||
"version": "0.9.3", | ||
"description": "MemberJunction: Core Library including Metadata, Application, and Entity Retrieval and Manipulation", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
303953
4893