You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log in to the OWUM app (contact Morten if you need help setting this up). Select the "Arbejde" tab, and go to the edit field with label "Søg:". Type a "t". Then, select the "t" and type "s". Notice:
Client sends: {"Event":{"EventName":"KeyPress","ID":"F1.TC.Work.FILTER.F.C","EventID":"7d9230e9-891e-406c-9b54-64d05c516ea2","Info":["s",115,83,0]}}
Server says: {"EC":{"EventID":"7d9230e9-891e-406c-9b54-64d05c516ea2","Proceed":1}}
The Server then asks for the contents of that Edit field, into which "s" was just typed:
Log in to the OWUM app (contact Morten if you need help setting this up). Select the "Arbejde" tab, and go to the edit field with label "Søg:". Type a "t". Then, select the "t" and type "s". Notice:
Client sends: {"Event":{"EventName":"KeyPress","ID":"F1.TC.Work.FILTER.F.C","EventID":"7d9230e9-891e-406c-9b54-64d05c516ea2","Info":["s",115,83,0]}}
Server says: {"EC":{"EventID":"7d9230e9-891e-406c-9b54-64d05c516ea2","Proceed":1}}
The Server then asks for the contents of that Edit field, into which "s" was just typed:
{"WG":{"ID":"F1.TC.Work.FILTER.F.C","Properties":["Text"],"WGID":"84"}}
{"WG":{"ID":"F1.TC.Work.FILTER.F.C","Properties":{"Text":"t"},"WGID":"84"}
The old value "t" is returned.
The text was updated successfully, but these errors were encountered: