@optimiser/common 1.0.237 → 1.0.238

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.
@@ -366,7 +366,7 @@ function GetPageFieldData(pageName, db, mdb, msp_d, next, callback) {
366
366
  //By Kashish : To handle System Info Fields in Grid
367
367
  if (!pageData.Fields.find(function (x) { return x.Name == 'CreatedBy'; }) && !['CompanySessionLogList', 'CompanyTransactionLogsList'].includes(pageData.PageName) && pageData.ObjectName != 'Task')
368
368
  pageData.Fields.push(createdByObj);
369
- if (!pageData.Fields.find(function (x) { return x.Name == 'CreatedDate'; }))
369
+ if (!pageData.Fields.find(function (x) { return x.Name == 'CreatedDate'; }) && !['CompanySessionLogList', 'CompanyTransactionLogsList'].includes(pageData.PageName))
370
370
  pageData.Fields.push(createdDateObj);
371
371
  if (!pageData.Fields.find(function (x) { return x.Name == 'ModifiedBy'; }) && !['CompanySessionLogList', 'CompanyTransactionLogsList'].includes(pageData.PageName))
372
372
  pageData.Fields.push(modByObj);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optimiser/common",
3
- "version": "1.0.237",
3
+ "version": "1.0.238",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {