Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't create Task from e-mail #9603

Open
admorgan opened this issue Apr 25, 2024 · 0 comments · May be fixed by #9639
Open

Can't create Task from e-mail #9603

admorgan opened this issue Apr 25, 2024 · 0 comments · May be fixed by #9639

Comments

@admorgan
Copy link

Steps to reproduce

  1. Select three dot menu next to a message
  2. Select Create Task
  3. Press Create

Expected behavior

A task is created

Actual behavior

A notification that "Could not create task"

No entries in the log

Mail app version

3.6.0

Mailserver or service

postifx

Operating system

Gentoo Linux

PHP engine version

PHP 8.2

Web server

Nginx

Database

PostgreSQL

Additional info

Create event works fine. No error in logs.

From console:

TaskModal.vue:201 [ERROR] mail: Creating event from message failed {app: 'mail', uid: '<id>', level: 0, error: TypeError: Cannot read properties of undefined (reading 'createVObject')
    at o.createTask (https…}app: "mail"error: TypeError: Cannot read properties of undefined (reading 'createVObject')
    at o.createTask (https://nextcloud.morgancomputers.net/apps/mail/js/mail.620.a34fa5982f549880deb3.js:2:194332)
    at o.onSave (https://nextcloud.morgancomputers.net/apps/mail/js/mail.620.a34fa5982f549880deb3.js:2:194666)
    at an (https://nextcloud.morgancomputers.net/apps/mail/js/mail.js?v=9c1de6a0-2:2:758293)
    at HTMLButtonElement.n (https://nextcloud.morgancomputers.net/apps/mail/js/mail.js?v=9c1de6a0-2:2:751577)
    at Ya.s._wrapper (https://nextcloud.morgancomputers.net/apps/mail/js/mail.js?v=9c1de6a0-2:2:791669)message: "Cannot read properties of undefined (reading 'createVObject')"stack: "TypeError: Cannot read properties of undefined (reading 'createVObject')\n    at o.createTask (https://nextcloud.morgancomputers.net/apps/mail/js/mail.620.a34fa5982f549880deb3.js:2:194332)\n    at o.onSave (https://nextcloud.morgancomputers.net/apps/mail/js/mail.620.a34fa5982f549880deb3.js:2:194666)\n    at an (https://nextcloud.morgancomputers.net/apps/mail/js/mail.js?v=9c1de6a0-2:2:758293)\n    at HTMLButtonElement.n (https://nextcloud.morgancomputers.net/apps/mail/js/mail.js?v=9c1de6a0-2:2:751577)\n    at Ya.s._wrapper (https://nextcloud.morgancomputers.net/apps/mail/js/mail.js?v=9c1de6a0-2:2:791669)"[[Prototype]]: Errorconstructor: ƒ TypeError()message: ""name: "TypeError"[[Prototype]]: Objectlevel: 0uid: "<id>"[[Prototype]]: Objectconstructor: ƒ Object()hasOwnProperty: ƒ hasOwnProperty()isPrototypeOf: ƒ isPrototypeOf()propertyIsEnumerable: ƒ propertyIsEnumerable()toLocaleString: ƒ toLocaleString()toString: ƒ toString()valueOf: ƒ valueOf()__defineGetter__: ƒ __defineGetter__()__defineSetter__: ƒ __defineSetter__()__lookupGetter__: ƒ __lookupGetter__()__lookupSetter__: ƒ __lookupSetter__()__proto__: (...)get __proto__: ƒ __proto__()set __proto__: ƒ __proto__()
value @ ConsoleLogger.js:74
value @ ConsoleLogger.js:100
onSave @ TaskModal.vue:201
await in onSave (async)
an @ vue.runtime.esm.js:3033
n @ vue.runtime.esm.js:1832
Ya.s._wrapper @ vue.runtime.esm.js:7500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🏗️ In progress
Development

Successfully merging a pull request may close this issue.

3 participants