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

Technical debt: Missing method 'onForceSend' in NewMessageModal.vue #8617

Closed
max65482 opened this issue Jul 11, 2023 · 1 comment · Fixed by #8625
Closed

Technical debt: Missing method 'onForceSend' in NewMessageModal.vue #8617

max65482 opened this issue Jul 11, 2023 · 1 comment · Fixed by #8625

Comments

@max65482
Copy link
Contributor

Steps to reproduce

In src/components/NewMessageModal.vue the method onForceSend 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

@GretaD
Copy link
Contributor

GretaD commented Jul 14, 2023

i pushed a pr here: #8625

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants