Added step path data to resulting search items
Added code to handle when content audit that has 0 for delete status and a null action date Added code to handle content audit that does not contain any config information
This commit is contained in:
@@ -5265,7 +5265,7 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
itemInfo.AddContent(dr);
|
||||
itemInfo._SearchDVPath = dr.GetString("DVPath");
|
||||
//itemInfo._SearchPath = dr.GetString("Path");
|
||||
itemInfo._SearchPath = dr.GetString("Path");
|
||||
IsReadOnly = false;
|
||||
this.Add(itemInfo);
|
||||
IsReadOnly = true;
|
||||
|
Reference in New Issue
Block a user