Use GetJustRoDb to reduce unnecessary data loading
Added flag to allow the section to have optional content. Optional Content flag eliminates message "No Section Content" Handle RO_Lookup Page Token
This commit is contained in:
@@ -229,7 +229,7 @@ namespace VEPROMS.CSLA.Library
|
||||
byte[] ab = r.ReadBytes((int)fsIn.Length);
|
||||
fsIn.Close();
|
||||
|
||||
using (RODb rodb = RODb.Get(rdi.RODbID))
|
||||
using (RODb rodb = RODb.GetJustRoDb(rdi.RODbID))
|
||||
{
|
||||
using (ROImageInfoList myROImages = ROImageInfoList.GetByRODbID(rdi.RODbID))
|
||||
{
|
||||
|
Reference in New Issue
Block a user