-
Notifications
You must be signed in to change notification settings - Fork 279
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
Unable to upload attachments from the description popover #1139
Comments
Hm, I cannot reproduce that. Can you retry with 0.6.5? |
Unfortunately, this is stil the same behavior on 0.6.5 |
Are You running any script blocker? Noscript umatrix privacy badger ublock origin, anything? |
Yes, I do run uBlock origin and Privacy badger but none of them is blocking anything on my own domains. I've just checked again and there is no blocking. Maybe the new browser blocking does? I heard that firefox introduced some built-in blocking too but I can't tell where I could find the logs of what is blocked. |
Anyone able to provide me with a test account? |
What's interesting, I went to |
The warnings are most likely only related to the javascript code checking if such a csp is actually enabled. |
@juliushaertl I've just created a test account on my site and an invite should be in your inbox. |
Hmm, that's interesting. I was loggin into the site with a brand new user account as well and it wasn't working. Also, there is no request like this in the network tab either. So that leads towards the idea that it is either browser or local network related. |
Strange, the request should still be triggered if it would be network related. |
Just to be sure, the attachments tab shows them just fine? |
That's true, regarding the network issue. I've also tried several different browsers, even without any addons installed. And I'm getting the same issue everywhere. The attachments tab only allows upload of attachments not the selection of existing files in NC. But yes, that works and the uploaded attachment is then shown in that tab. |
Maybe there is a confusion with the flow here, it is currently not possible to upload attachments from the popover. That only allows selecting them. 🙈 Maybe that is the issue |
Oh my goodness. You're right. My expectation was that the attachment tab allows me to upload new attachments and that adding attachments to a card description would allow me to select attachments from NC. I can confirm, that selecting from previous uploads does indeed work in the popup. So, does that mean that uploading in the attachment tab is not card related? Although the tab is in the card? That's a bit confusing then. Are you planning that existing files from NC can be attached to cards? |
It is card related, both the tab and the sidebar tab show the same list of attachments for the current card. Its just that uploading new ones is only possible though the tab at the moment. Yes, this is definitely something that needs improvement. The ticket for attaching files from the Nextcloud Files app is here: #564 |
Thanks a lot @juliushaertl |
Fixed with #2035 |
Describe the bug
When selecting a card and editing notes, I'd like to add attachments to them. When clicking on the folder icon in the editor area, it opens a popup with the expected title but nothing else. The only thing I can do is closing that popup again. Here is how that looks like:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Navigation through files in the NC instance is expected where I could select one or more existing files.
Client details:
Operating system: Ubuntu 18.04
Web server: Apache
Database: MySQL
PHP version: 7.2.19
Nextcloud version: 16.0.3
Where did you install Nextcloud from: From source
List of activated apps:
Browser log
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: