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
-> EWS mail account is not logged in (verify that)
Go to contacts of that account
Change a contact, e.g. delete a phone number
Actual result
Error Cannot read properties of undefined (reading 'callEWS')
Stack
error.ts:6 TypeError: Cannot read properties of undefined (reading 'callEWS')
at EWSPerson.save (EWSPerson.ts:136:51)
at ContactEntryUI.save (PersonDetails.svelte:279:20)
at index.mjs:1189:20
at Array.forEach (<anonymous>)
at index.mjs:1188:31
at stopEditing (ContactEntryUI.svelte:65:5)
at HTMLButtonElement.remove (ContactEntryUI.svelte:80:5)
at index.mjs:1244:44
at Array.forEach (<anonymous>)
at HTMLButtonElement.bubble (index.mjs:1244:27)
Expected result
No error
Login dialog pops up
Save happens after login
If login is not possible, save the change for later, and save it to the server once we login successfully next time (offline capability - might be too much right now)
The text was updated successfully, but these errors were encountered:
This is a symptom of #155
Reproduction
Actual result
Cannot read properties of undefined (reading 'callEWS')
Expected result
The text was updated successfully, but these errors were encountered: