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

[Bug]: Impossible to add an external storage in 29 #44204

Closed
4 of 8 tasks
come-nc opened this issue Mar 14, 2024 · 1 comment · Fixed by #44264
Closed
4 of 8 tasks

[Bug]: Impossible to add an external storage in 29 #44204

come-nc opened this issue Mar 14, 2024 · 1 comment · Fixed by #44264

Comments

@come-nc
Copy link
Contributor

come-nc commented Mar 14, 2024

⚠️ This issue respects the following points: ⚠️

Bug description

When trying to add an external storage, nothing happens, the UI is broken.

Error is:

Uncaught Error: cannot call methods on tooltip prior to initialization; attempted to call method 'dispose'
    at Function.error (jquery.js:336:1)
    at HTMLSpanElement.<anonymous> (jquery-ui.js:245:1)
    at Function.each (jquery.js:383:1)
    at jQuery.fn.init.each (jquery.js:205:1)
    at $.fn.<computed> [as tooltip] (jquery-ui.js:235:1)
    at MountConfigListView.updateStatus (settings.js:1332:16)
    at MountConfigListView._onChange (settings.js:761:8)
    at executeBound (_executeBound.js:8:1)
    at HTMLInputElement.<anonymous> (bind.js:10:1)
    at HTMLInputElement.<anonymous> (restArguments.js:16:1)

If I comment out the dispose call at

$statusSpan.tooltip('dispose');
the UI is buggy (impossible to close the 3dot menu), but adding storages works again.

Steps to reproduce

  1. Enable files_external application
  2. Login as admin and go to settings
  3. Attempt to add a local external storage

Expected behavior

Working UI

Installation method

None

Nextcloud Server version

master

Operating system

None

PHP engine version

None

Web server

None

Database engine version

None

Is this bug present after an update or on a fresh install?

Fresh Nextcloud Server install

Are you using the Nextcloud Server Encryption module?

None

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

No response

List of activated Apps

No response

Nextcloud Signing status

No response

Nextcloud Logs

No response

Additional info

No response

@come-nc come-nc added bug 0. Needs triage Pending check for reproducibility or if it fits our roadmap 1. to develop Accepted and waiting to be taken care of 29-feedback and removed 0. Needs triage Pending check for reproducibility or if it fits our roadmap labels Mar 14, 2024
@szaimen szaimen added the high label Mar 14, 2024
@oculos
Copy link

oculos commented Mar 16, 2024

I can confirm this on beta 3. Spinning wheel on the gui. Previously mounted shares show as empty.

@susnux susnux added 3. to review Waiting for reviews and removed 1. to develop Accepted and waiting to be taken care of labels Mar 18, 2024
@susnux susnux self-assigned this Mar 18, 2024
@susnux susnux added this to the Nextcloud 29 milestone Mar 18, 2024
@susnux susnux moved this to 🏗️ In progress in 📁 Files team Mar 18, 2024
@github-project-automation github-project-automation bot moved this from 🏗️ In progress to ☑️ Done in 📁 Files team Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

5 participants