B2022-107: Update GetROFSTLookup Method to include “ShowLoadingStatus”

This commit is contained in:
Jake 2022-09-08 19:50:19 +00:00
parent ef3bd24392
commit b2765e8a18

View File

@ -146,9 +146,10 @@ namespace VEPROMS.CSLA.Library
#region Public Methods
public ROFSTLookup GetROFSTLookup(DocVersionInfo dvi, string ovrrideChild = null)
public ROFSTLookup GetROFSTLookup(DocVersionInfo dvi, string ovrrideChild = null, bool showLoadingStatus = true)
{
return new ROFSTLookup(this.ROFstID, dvi, ovrrideChild);
// B2022-107: Display Progress Bar Messages/Statuses when a new ROFST binary file is loaded into the database
return new ROFSTLookup(this.ROFstID, dvi, ovrrideChild, showLoadingStatus);
}
/// <summary>