-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Send mail notification for shared files breaks if Collaborative Tags-App is disabled #31338
Comments
GitMate.io thinks the contributor most likely able to help you is @PVince81. Possibly related issues are #9770 (Disable "Share files" breaks files app), #4499 (Shared File Notifications), #12608 (Shared file notifications), #3465 (Sharing files), and #17829 (Disabling and re-enabling file sharing breaks files app). |
@patrickjahns @individual-it this is where it will be good to have a test matrix that runs all the API and webUI acceptance tests with different combinations of apps disabled/enabled. e.g. a first cut would be to disable all core-bundled apps that are possible for sysadmins to disable. Then let all the tests run (except of course tests specific to the disabled apps), and see what happens. |
Please add a test to ensure we will not have regressions. |
@phil-davis opened an issue for this kind of tests owncloud/QA#561 |
This was already reported to us here #31454 and also more people told me directly. Increasing to p2 as release blocker for next release. |
leaving open until backport is done |
will be released in 10.0.9 (next release) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to reproduce
Expected behaviour
Modal should should show sharing-form
Actual behaviour
Empty modal opens
Server configuration
Operating system:
any
Web server:
any
Database:
any
PHP version:
any
ownCloud version: (see ownCloud admin page)
10.0.8
Problem
select2 lib is provided by the Collaborative Tags-App and used in the mail notification process.
Javascript console log
this.$el.find(...).select2 is not a function
The text was updated successfully, but these errors were encountered: