nextcloud / nextcloud/deck

action-menu not always showing up in non-compact mode

Open
#3,252 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug feature: stacks needs info
Dominant language
JavaScript
Stars
1.4k
Forks
354
Avg merge
1d 10h
Merged PRs (30d)
43

Description

How to use GitHub
  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Describe the bug
Some cards dont show the action-menu in non-compact mode.
As a result I am not able to archive or delete the card unless I switch to compact-mode.

To Reproduce
Steps to reproduce the behavior:
Not reproducable as all new cards I create are not affected by this bug.

Expected behavior
The action-menu should be available in both, compact- and non-compact-mode.
Seems that this issue was already fixed: https://github.com/nextcloud/deck/pull/1875
But unfortunatelly not for "old" cards?
I would expect that the mentioned PR would fix ALL cards, nut just new ones.

Screenshots
Non-compact-mode:
Image

Compact-mode:
Image

Client details:

  • OS: Windows 10
  • Browser: Latest Firefox ESR and Edge
  • NC Version: 20.0.12
  • Deck Version: 1.2.8
  • Device: desktop
Server details

Operating system: Linux 5.4.0-74-generic #83-Ubuntu SMP Sat May 8 02:35:39 UTC 2021 x86_64

Web server: Apache/2.4.41 (Ubuntu) (apache2handler)

Database: pgsql PostgreSQL 12.8 (Ubuntu 12.8-0ubuntu0.20.04.1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0, 64-bit

PHP version: 7.4.3
Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, session, standard, sodium, apache2handler, mysqlnd, PDO, xml, apcu, bcmath, bz2, calendar, ctype, curl, dom, mbstring, FFI, fileinfo, ftp, gd, gettext, gmp, iconv, igbinary, imagick, intl, json, ldap, exif, mysqli, pdo_mysql, pdo_pgsql, pgsql, apc, posix, readline, redis, shmop, SimpleXML, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, xmlreader, xmlwriter, xsl, zip, Phar, Zend OPcache

Nextcloud version: 20.0.12 Enterprise - 20.0.12.2

Where did you install Nextcloud from: unknown

Signing status:

No errors have been found.

List of activated apps:

Enabled:
 - accessibility: 1.6.0
 - activity: 2.13.4
 - admin_audit: 1.10.0
 - cloud_federation_api: 1.3.0
 - comments: 1.10.0
 - contactsinteraction: 1.1.0
 - dashboard: 7.0.0
 - dav: 1.16.2
 - deck: 1.2.8
 - federatedfilesharing: 1.10.2
 - files: 1.15.0
 - files_accesscontrol: 1.10.2
 - files_automatedtagging: 1.10.1
 - files_mindmap: 0.0.25
 - files_pdfviewer: 2.0.1
 - files_rightclick: 0.17.0
 - files_sharing: 1.12.2
 - files_trashbin: 1.10.1
 - files_versions: 1.13.0
 - files_videoplayer: 1.9.0
 - forms: 2.3.0
 - groupfolders: 8.2.2
 - guests: 1.6.3
 - integration_discourse: 1.0.0
 - integration_zammad: 1.0.1
 - issuetemplate: 0.7.0
 - logreader: 2.5.0
 - lookup_server_connector: 1.8.0
 - notes: 4.1.1
 - notifications: 2.8.0
 - oauth2: 1.8.0
 - onlyoffice: 7.1.2
 - password_policy: 1.10.1
 - photos: 1.2.3
 - privacy: 1.4.0
 - provisioning_api: 1.10.0
 - quota_warning: 1.9.1
 - recommendations: 0.8.0
 - sendent: 1.2.7
 - serverinfo: 1.10.0
 - settings: 1.2.0
 - sharebymail: 1.10.0
 - spreed: 10.0.9
 - support: 1.3.0
 - survey_client: 1.8.0
 - suspicious_login: 3.2.1
 - systemtags: 1.10.0
 - tasks: 0.14.1
 - text: 3.1.0
 - theming: 1.11.0
 - theming_customcss: 1.9.0
 - twofactor_backupcodes: 1.9.0
 - updatenotification: 1.10.0
 - user_ldap: 1.10.2
 - user_status: 1.0.1
 - viewer: 1.4.0
 - weather_status: 1.0.0
 - welcome: 0.0.5
 - workflowengine: 2.2.0
Disabled:
 - encryption
 - federation
 - files_external
 - firstrunwizard
 - globalsiteselector
 - nextcloud_announcements

Nextcloud configuration:

{
    "passwordsalt": "***REMOVED SENSITIVE VALUE***",
    "secret": "***REMOVED SENSITIVE VALUE***",
    "trusted_domains": [
        "localhost",
        "192.168.xxx.xxx",
        "a-xxx",
        "daten.xxx.de",
        "xxx.xxx.de"
    ],
    "datadirectory": "***REMOVED SENSITIVE VALUE***",
    "overwrite.cli.url": "https:\/\/daten.xxx.de\/",
    "overwritehost": "daten.xxx.de",
    "dbtype": "pgsql",
    "version": "20.0.12.2",
    "dbname": "***REMOVED SENSITIVE VALUE***",
    "dbhost": "***REMOVED SENSITIVE VALUE***",
    "dbport": "",
    "dbtableprefix": "oc_",
    "dbuser": "***REMOVED SENSITIVE VALUE***",
    "dbpassword": "***REMOVED SENSITIVE VALUE***",
    "installed": true,
    "instanceid": "***REMOVED SENSITIVE VALUE***",
    "mail_smtpmode": "smtp",
    "log_rotate_size": "10485760",
    "memcache.local": "\\OC\\Memcache\\Redis",
    "filelocking.enabled": true,
    "memcache.distributed": "\\OC\\Memcache\\Redis",
    "memcache.locking": "\\OC\\Memcache\\Redis",
    "redis": {
        "host": "***REMOVED SENSITIVE VALUE***",
        "port": 0,
        "timeout": 0.5,
        "dbindex": 0,
        "password": "***REMOVED SENSITIVE VALUE***"
    },
    "htaccess.RewriteBase": "\/",
    "maintenance": false,
    "ldapIgnoreNamingRules": false,
    "ldapProviderFactory": "\\OCA\\User_LDAP\\LDAPProviderFactory",
    "mail_smtpauthtype": "LOGIN",
    "mail_from_address": "***REMOVED SENSITIVE VALUE***",
    "mail_domain": "***REMOVED SENSITIVE VALUE***",
    "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
    "mail_smtpport": "25",
    "theme": "",
    "loglevel": 2,
    "updater.release.channel": "enterprise",
    "data-fingerprint": "4d81d8bf08bb1066bf515ac3c774a519",
    "skeletondirectory": "\/var\/www\/nc-skeleton",
    "updater.server.url": "https:\/\/updates.nextcloud.com\/customers\/TBB1Z-33N18-ZRC9C-VJAR3-W76OA\/",
    "updater.secret": "***REMOVED SENSITIVE VALUE***"
}

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

Logs
Nextcloud log (data/nextcloud.log)

Browser log

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing the action-menu behavior for affected old cards in non-compact and compact mode, then review the related changes in pull request #1875. Done means the action-menu is available for both old and newly created cards in both display modes, allowing them to be archived or deleted.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend, web-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.