|
@@ -107,10 +107,7 @@ namespace comal.timesheets
|
|
|
|
|
|
private void RunCustomScript()
|
|
|
{
|
|
|
- var form = new Client<KanbanForm>().Query(new Filter<KanbanForm>(x => x.FormCompletedBy.ID).IsEqualTo(ClientFactory.UserGuid).
|
|
|
- And(x => x.Form.Code).IsEqualTo("TEST 1")).Rows.First().ToObject<KanbanForm>();
|
|
|
- form.FormCompleted = DateTime.Now;
|
|
|
- new Client<KanbanForm>().Save(form, "Test by nick");
|
|
|
+
|
|
|
}
|
|
|
|
|
|
private void NotifyChanges()
|
|
@@ -118,8 +115,8 @@ namespace comal.timesheets
|
|
|
string latestChanges = "";
|
|
|
List<string> changes = new List<string>
|
|
|
{
|
|
|
- "- Bug fixes stock control functions",
|
|
|
- "- Improvements to Digital Form expressions",
|
|
|
+ "- Further fixes to Dimensions",
|
|
|
+ "- iOS login issues"
|
|
|
|
|
|
};
|
|
|
foreach (string s in changes)
|