We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In src/components/NewMessageModal.vue the method onForceSend is referenced here: https://github.com/nextcloud/mail/blob/bd916f44b1e5efaa73f70b2a37f9270e7565b927/src/components/NewMessageModal.vue#L44C11-L44C11
src/components/NewMessageModal.vue
onForceSend
However, onForceSend does not exist in this context.
(required for implementation of #6172)
onForceSend shall be implemented in this modal.
Browser logs show Property or method "onForceSend" is not defined on the instance but referenced during render.
Property or method "onForceSend" is not defined on the instance but referenced during render.
No response
None
The text was updated successfully, but these errors were encountered:
i pushed a pr here: #8625
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Steps to reproduce
In
src/components/NewMessageModal.vue
the methodonForceSend
is referenced here:https://github.com/nextcloud/mail/blob/bd916f44b1e5efaa73f70b2a37f9270e7565b927/src/components/NewMessageModal.vue#L44C11-L44C11
However,
onForceSend
does not exist in this context.(required for implementation of #6172)
Expected behavior
onForceSend
shall be implemented in this modal.Actual behavior
Browser logs show
Property or method "onForceSend" is not defined on the instance but referenced during render.
Mail app version
No response
Mailserver or service
No response
Operating system
No response
PHP engine version
None
Web server
None
Database
None
Additional info
No response
The text was updated successfully, but these errors were encountered: