@optimiser/common 1.0.258 → 1.0.259

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.
@@ -257,8 +257,8 @@ function GetPageFieldData(pageName, db, mdb, msp_d, next, callback) {
257
257
  ExtraLookupFields: [
258
258
  "UserStatus",
259
259
  "IsAppUser"
260
- ],
261
- OnLinkRender: "if(lookupRecord.IsAppUser==true){isHyperlink=false;}"
260
+ ]
261
+ /*,OnLinkRender: "if(lookupRecord.IsAppUser==true){isHyperlink=false;}"*/
262
262
  }
263
263
  };
264
264
  createdDateObj = {
@@ -296,8 +296,8 @@ function GetPageFieldData(pageName, db, mdb, msp_d, next, callback) {
296
296
  ExtraLookupFields: [
297
297
  "UserStatus",
298
298
  "IsAppUser"
299
- ],
300
- OnLinkRender: "if(lookupRecord.IsAppUser==true){isHyperlink=false;}"
299
+ ]
300
+ /*,OnLinkRender: "if(lookupRecord.IsAppUser==true){isHyperlink=false;}"*/
301
301
  }
302
302
  };
303
303
  modDateObj = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optimiser/common",
3
- "version": "1.0.258",
3
+ "version": "1.0.259",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {