nextcloud / nextcloud/polls

The create of the poll does not receive a notification, if someone else adds a comment to the poll.

Open
#4,629 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

new
Dominant language
JavaScript
Stars
284
Forks
91
Avg merge
4d 3h
Merged PRs (30d)
50

Description

⚠️ This issue respects the following points: ⚠️
  • This is a bug, not a question or a configuration/webserver/proxy issue.
  • This issue is not already reported on Github (I've searched it).
  • I agree to follow Nextcloud's Code of Conduct.
What went wrong, what did you observe?

I created a poll using my Nextcloud user. Then, I shared the poll with other users. One of the other users created a comment. But it is now quickly visible to me, that a comment has been added.

What did you expect, how polls should behave instead?

When someone adds a comment to a poll I have created, I should get a notification by email. Also, in the poll overview (my-nextcloud.tld/index.php/apps/polls/vote/1) it would be good, if I can quickly see, that someone has added comments, without switching to "comments" in the right section.

What steps does it need to replay this bug?
  1. Create a poll.
  2. Share the poll with other users.
  3. One of the other users adds a comment the poll.
Affected polls version

8.6.3

Installation method

Installed/updated from the appstore (Apps section of your site)

Installation type

First time installation

Can you rule out that any extension you use is involved in the issue?
  • I have checked all browser extension
Which browser did you use, when experiencing the bug?
  • Firefox
  • Chrome
  • Chromium/Chromium based (i.e. Edge)
  • Safari
  • Other/Don't know
Other browser

No response

Add your browser log here

Additional client environment information

No response

NC version

Nextcloud 33 (Hub 26 Winter)

Other Nextcloud version

No response

PHP engine version

PHP 8.4

Other PHP version

No response

Database engine

MariaDB

Database Engine version or other Database

No response

Which user-backends are you using?
  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other/Don't know
Add your nextcloud server log here

Additional environment informations

No response

Configuration report
{
    "system": {
        "allow_user_to_change_display_name": false,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "overwrite.cli.url": "https:\/\/nextcloud.weber.cloud",
        "dbtype": "mysql",
        "version": "33.0.2.2",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "default_language": "de_DE",
        "installed": true,
        "forcessl": true,
        "knowledgebaseenabled": false,
        "maintenance": false,
        "trashbin_retention_obligation": "60, auto",
        "remember_login_cookie_lifetime": 2592000,
        "loglevel": 3,
        "trusted_domains": [
            "nextcloud.webercloud.cn",
            "nextcloud.weber.cloud"
        ],
        "integrity.ignore.missing.app.signature": [
            "wes"
        ],
        "secret": "***REMOVED SENSITIVE VALUE***",
        "share_folder": "\/Shared",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpmode": "sendmail",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "tempdirectory": "\/var\/www\/vhosts\/nextcloud.weber.cloud\/vhost-tmp\/",
        "memcache.local": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 6379
        },
        "files_antivirus.av_cmd_options": "",
        "files_antivirus.av_path": "\/usr\/bin\/clamscan",
        "allow_user_to_change_mail_address": false,
        "file_storage.save_version_metadata": true,
        "encryption.legacy_format_support": false,
        "encryption.key_storage_migrated": false,
        "mysql.utf8mb4": true,
        "simpleSignUpLink.shown": false,
        "mail_template_class": "OCA\\WeberCloudTheme\\WeberCloudEmailTemplate",
        "app_install_overwrite": [
            "theming_customcss",
            "files_antivirus"
        ],
        "updater.secret": "***REMOVED SENSITIVE VALUE***",
        "theme": "",
        "allow_local_remote_servers": true,
        "app.mail.imap.timeout": 20,
        "app.mail.smtp.timeout": 20,
        "app.mail.sieve.timeout": 20,
        "app.mail.verify-tls-peer": false,
        "debug": true
    }
}
List of activated Apps
Enabled:
  - activity: 6.0.0
  - app_api: 33.0.0
  - assistant: 3.3.0
  - bruteforcesettings: 6.0.0
  - calendar: 6.2.2
  - circles: 33.0.0
  - cloud_federation_api: 1.17.0
  - collectives: 4.2.0
  - comments: 1.23.0
  - contacts: 8.4.3
  - dav: 1.36.0
  - federatedfilesharing: 1.23.0
  - files: 2.5.0
  - files_antivirus: 6.2.0
  - files_downloadlimit: 5.1.0
  - files_pdfviewer: 6.0.0
  - files_reminders: 1.6.0
  - files_sharing: 1.25.2
  - files_trashbin: 1.23.0
  - files_versions: 1.26.0
  - firstrunwizard: 6.0.0
  - forms: 5.2.6
  - impersonate: 4.0.0
  - integration_openai: 4.3.1
  - logreader: 6.0.0
  - lookup_server_connector: 1.21.0
  - mail: 5.7.7
  - nextcloud_announcements: 5.0.0
  - notifications: 6.0.0
  - notify_push: 1.3.1
  - oauth2: 1.21.0
  - ocs_api_viewer: 1.0.11
  - password_policy: 5.0.0
  - photos: 6.0.0
  - polls: 8.6.3
  - privacy: 5.0.0
  - profile: 1.2.0
  - provisioning_api: 1.23.0
  - recommendations: 6.0.0
  - related_resources: 4.0.0
  - richdocuments: 10.1.2
  - richdocumentscode: 25.4.904
  - settings: 1.16.0
  - sharebymail: 1.23.0
  - spreed: 23.0.3
  - systemtags: 1.23.0
  - text: 7.0.0
  - theming: 2.8.0
  - theming_customcss: 1.20.0
  - twofactor_backupcodes: 1.22.0
  - twofactor_totp: 15.0.0
  - twofactor_webauthn: 2.6.0
  - unroundedcorners: 1.1.5
  - viewer: 6.0.0
  - webhook_listeners: 1.5.0
  - workflowengine: 2.15.0
Disabled:
  - admin_audit: 1.23.0
  - contactsinteraction: 1.14.1 (installed 1.6.0)
  - csp_editor: 1.9.0 (installed 1.9.0)
  - dashboard: 7.13.0 (installed 7.5.0)
  - encryption: 2.21.0 (installed 1.4.0)
  - external: 8.0.0 (installed 8.0.0)
  - federation: 1.23.0 (installed 1.15.0)
  - files_external: 1.25.1 (installed 1.17.0)
  - files_rightclick: 1.6.0 (installed 1.6.0)
  - files_texteditor: 2.15.1 (installed 2.15.1)
  - serverinfo: 5.0.0 (installed 1.15.0)
  - support: 5.0.0 (installed 1.8.0)
  - survey_client: 5.0.0 (installed 1.13.0)
  - suspicious_login: 11.0.0
  - testing: 1.23.0
  - twofactor_nextcloud_notification: 7.0.0
  - updatenotification: 1.23.0 (installed 1.23.0)
  - user_ldap: 1.24.0
  - user_status: 1.13.0 (installed 1.5.0)
  - weather_status: 1.13.0 (installed 1.5.0)
  - weber_cloud_theme: 1.0.0 (installed 1.0.0)
Nextcloud Signing status
No errors have been found.
Additional Information

No response

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

Reproduce the three steps at the poll page URL and verify both the missing email notification and the lack of a visible comment indicator. Start by tracing the poll comment and notification entry points in the polls app. Done means the poll creator is notified when another participant comments and can see that comments exist from the poll overview.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
backend, frontend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.