Added code to assure correct user was saved in Grid table when changes are made to a grid

Modified code to prevent corruption of grid data when removing a column in a grid
This commit is contained in:
Rich
2014-11-12 01:35:20 +00:00
parent 1be86ef960
commit 8ee0eddd18
2 changed files with 3 additions and 2 deletions

View File

@@ -649,6 +649,7 @@ namespace Volian.Controls.Library
// CompareXML(itm.MyContent.MyGrid.Data, xml);
itm.MyContent.MyGrid.Data = xml;
itm.MyContent.MyGrid.DTS = DateTime.Now;
itm.MyContent.MyGrid.UserID = Volian.Base.Library.VlnSettings.UserID;
//}
// if this is the initial save of an ro table, then the 'DoLinkForRoTable' will
// create the usage for it. this code gets run on modify of the ro table and also