Removed Applicability
Added menu options to correct funtions and procedures Removed Applicability from PurgeData Bug Fixes for Paste/Replace etc. Update DTS and User ID before saving Config Search from current rather than root node
This commit is contained in:
@@ -93,14 +93,16 @@ namespace VEPROMS
|
||||
else
|
||||
_SectionConfig.Section_Pagination = (SectionConfig.SectionPagination)ppCmbxSectPagination.SelectedValue;
|
||||
_SectionConfig.MySection.MyContent.Config = _SectionConfig.ToString();
|
||||
Section mySection = _SectionConfig.MySection.Save();
|
||||
_SectionConfig.MySection.MyContent.DTS = DateTime.Now;
|
||||
_SectionConfig.MySection.MyContent.UserID = Volian.Base.Library.VlnSettings.UserID;
|
||||
Section mySection = _SectionConfig.MySection.Save();
|
||||
FinishSectionSave(mySection);
|
||||
// if there was a document to delete, do it.
|
||||
if (_DocumentToDelete != null)
|
||||
{
|
||||
Document.Delete(_DocumentToDelete.DocID);
|
||||
_DocumentToDelete = null;
|
||||
}
|
||||
// if there was a document to delete, do it.
|
||||
if (_DocumentToDelete != null)
|
||||
{
|
||||
Document.Delete(_DocumentToDelete.DocID);
|
||||
_DocumentToDelete = null;
|
||||
}
|
||||
SaveText(ppSectNumberStpRTB);
|
||||
SaveText(ppSectTitleStpRTB);
|
||||
mySection.Dispose();
|
||||
|
Reference in New Issue
Block a user