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

Restore button in "Deleted Files" tab doesn't work #10491

Closed
1ndahous3 opened this issue Aug 1, 2018 · 1 comment
Closed

Restore button in "Deleted Files" tab doesn't work #10491

1ndahous3 opened this issue Aug 1, 2018 · 1 comment
Labels

Comments

@1ndahous3
Copy link

Steps to reproduce

  1. Upload any file to any folder of your account
  2. Delete the file
  3. Go to "Files" -> "Deleted Files"
  4. Click "Restore" on your file

Expected behaviour

File restored

Actual behaviour

No reaction

Server configuration

Operating system: Debian Buster

Web server: Nginx/1.13.12

Database: 10.1.29-MariaDB-6+b1

PHP version: PHP 7.2.4-1+b2

Nextcloud version: 14.0.0 Beta 1

Updated from an older Nextcloud/ownCloud or fresh install: updated from 13.0.5

Signing status:

Signing status No errors have been found.

List of activated apps:

App list
Enabled:
  - accessibility: 1.0.1
  - activity: 2.7.0
  - bookmarks: 0.11.0
  - bruteforcesettings: 1.1.0
  - calendar: 1.6.1
  - cloud_federation_api: 0.0.1
  - comments: 1.4.0
  - contacts: 2.1.5
  - dav: 1.6.0
  - federatedfilesharing: 1.4.0
  - federation: 1.4.0
  - files: 1.9.0
  - files_pdfviewer: 1.3.2
  - files_sharing: 1.6.2
  - files_texteditor: 2.6.0
  - files_trashbin: 1.4.1
  - files_versions: 1.7.1
  - files_videoplayer: 1.3.0
  - firstrunwizard: 2.3.0
  - gallery: 18.1.0
  - logreader: 2.0.0
  - lookup_server_connector: 1.2.0
  - mail: 0.8.3
  - nextcloud_announcements: 1.3.0
  - notifications: 2.2.1
  - oauth2: 1.2.1
  - ocsms: 1.13.1
  - password_policy: 1.4.0
  - phonetrack: 0.2.8
  - provisioning_api: 1.4.0
  - serverinfo: 1.4.0
  - sharebymail: 1.4.0
  - support: 1.0.0
  - survey_client: 1.2.0
  - systemtags: 1.4.0
  - theming: 1.5.0
  - twofactor_backupcodes: 1.3.0
  - updatenotification: 1.4.1
  - workflowengine: 1.4.0
Disabled:
  - admin_audit
  - checksum
  - encryption
  - files_external
  - groupfolders
  - metadata
  - spreed
  - tasks
  - user_external
  - user_ldap

Nextcloud configuration:

Config report
{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": "***REMOVED SENSITIVE VALUE***",
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "14.0.0.13",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "memcache.local": "\\OC\\Memcache\\APCu",
        "maintenance": false,
        "theme": "",
        "loglevel": 2,
        "updater.release.channel": "beta",
        "updater.secret": "***REMOVED SENSITIVE VALUE***"
    }
}

Are you using external storage, if yes which one: no

Are you using encryption: no

Are you using an external user-backend, if yes which one: no

Client configuration

Browser: 61.0.1 (64-bit)

Operating system: Debian Stretch

Logs

Nextcloud log (data/nextcloud.log)

Nextcloud log
Empty

Browser log

Browser log
TypeError: fileList.disableActions is not a function[Learn More] app.js:70:5
actionHandler
https://some.website/apps/files_trashbin/js/app.js:70:5
action
https://some.website/js/files/merged-index.js:9871:6
_renderInlineAction/<
https://some.website/js/files/merged-index.js:10166:6
dispatch
https://some.website/core/vendor/core.js:3:6414
add/r.handle
https://some.website/core/vendor/core.js:3:3224
@nextcloud-bot
Copy link
Member

GitMate.io thinks possibly related issues are #3701 (Will not restore multiple files selected.), #4243 (cannot delete files in upload-only folder), #10132 (Allow restoring of deleted user shares), #1708 (Sharing: Cannot delete files from share ), and #9594 (Unable to delete or create files).

This was referenced Aug 8, 2018
icewind1991 added a commit that referenced this issue Aug 9, 2018
Fixes #10491

Signed-off-by: Robin Appelman <robin@icewind.nl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants