Save the UserID when a Grid is changed.
Disable Drag and Drop for Steps, since this code was not working properly. Changed logic to handle folders with identical names. The user is informed, and the code no longer crashes.
This commit is contained in:
@@ -640,12 +640,14 @@ namespace Volian.Controls.Library
|
||||
//if (itm.MyContent.Text != searchableText)
|
||||
//{
|
||||
itm.MyContent.Text = searchableText;
|
||||
itm.MyContent.UserID = Volian.Base.Library.VlnSettings.UserID;
|
||||
itm.MyContent.DTS = DateTime.Now;
|
||||
//}
|
||||
}
|
||||
else
|
||||
{
|
||||
itm.MyContent.Text = searchableText;
|
||||
itm.MyContent.UserID = Volian.Base.Library.VlnSettings.UserID;
|
||||
itm.MyContent.DTS = DateTime.Now;
|
||||
}
|
||||
if (!MyFlexGrid.IsRoTable)itm.MyContent.Text = searchableText;
|
||||
|
Reference in New Issue
Block a user