case 3718
This commit is contained in:
7
TODO.txt
7
TODO.txt
@@ -1,12 +1,7 @@
|
||||
//////////////////////////////////////////////////////////
|
||||
//TODO
|
||||
|
||||
Release Oct 2019 QBOI2 and etc
|
||||
|
||||
QBOI
|
||||
CLIENTIDENCRYPTED "\b,:\n2;O=#3=A%%VC#\a7\v=\\W\r$.$\rR\a\0, 9$" string
|
||||
|
||||
CLIENT_SECRET_ENCRYPTED " %XX\n#Z&;\b0\t$\\D+S]}<-*=*(&,*9VN]" string
|
||||
qbi case 3717 not released but coded see the case for documenting
|
||||
|
||||
//////////////////////////////////////////////////////////
|
||||
//DONE STUFF
|
||||
|
||||
@@ -1769,6 +1769,8 @@ namespace AyaNova.PlugIn.QBI
|
||||
DoLink(i.ID,_Type,dr["ID"].ToString(),i.Name);
|
||||
}
|
||||
}
|
||||
//case 3718
|
||||
SaveIntegrationObjectChanges();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1797,6 +1799,8 @@ namespace AyaNova.PlugIn.QBI
|
||||
DoLink(i.ID,_Type,dr["ID"].ToString(),i.Name);
|
||||
}
|
||||
}
|
||||
//case 3718
|
||||
SaveIntegrationObjectChanges();
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1825,6 +1829,8 @@ namespace AyaNova.PlugIn.QBI
|
||||
DoLink(i.ID,_Type,dr["ID"].ToString(),i.Name);
|
||||
}
|
||||
}
|
||||
//case 3718
|
||||
SaveIntegrationObjectChanges();
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1855,6 +1861,8 @@ namespace AyaNova.PlugIn.QBI
|
||||
DoLink(i.ID,_Type,dr["ID"].ToString(),i.Name);
|
||||
}
|
||||
}
|
||||
//case 3718
|
||||
SaveIntegrationObjectChanges();
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1897,8 +1905,16 @@ namespace AyaNova.PlugIn.QBI
|
||||
m.ForeignID=QBListID;
|
||||
m.Name=QBName;
|
||||
m.LastSync=System.DateTime.Now;
|
||||
Util.QBI=(Integration)Util.QBI.Save();
|
||||
//case 3718 - batch save when done in callers not here individually
|
||||
//Util.QBI=(Integration)Util.QBI.Save();
|
||||
}
|
||||
|
||||
//case 3718
|
||||
private void SaveIntegrationObjectChanges()
|
||||
{
|
||||
|
||||
Util.QBI = (Integration)Util.QBI.Save();
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
@@ -33,4 +33,4 @@ using System.Runtime.InteropServices;
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("7.6.0.0")]
|
||||
[assembly: AssemblyFileVersion("7.6.1.0")]
|
||||
[assembly: AssemblyFileVersion("7.6.2.0")]
|
||||
|
||||
Reference in New Issue
Block a user