B2022-107: Update GetROFSTLookup Method to include “ShowLoadingStatus”
This commit is contained in:
parent
ef3bd24392
commit
b2765e8a18
@ -146,9 +146,10 @@ namespace VEPROMS.CSLA.Library
|
|||||||
|
|
||||||
#region Public Methods
|
#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>
|
/// <summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user