-
Notifications
You must be signed in to change notification settings - Fork 83
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 can't readd a contact via the share menu after i delete him.
Error while adding share
What did you expect, how polls should behave instead?
I should be able to add a contact again and via a public share a vote should be possible.
What steps does it need to replay this bug?
-
start a new poll
-
add user in sharing (maybe reload site afterwards)
-
delete this user (maybe reload site afterwards)
-
try to add this same user again -> Error while adding share
-
After deleting the users in the poll sharing
-
create a public link
-
try to use this public link to add user -> The Name foobar is invalid or reserved.
Affected polls version
8.5.0
Installation method
Installed/updated from the appstore (Apps section of your site)
Installation type
Updated from previous major version (i.e. 7.x.x to 8.x.x)
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 31
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
List of activated Apps
Nextcloud Signing status
Additional Information
In the database polls_share there are:
| id | poll_id | group_id | token | type | label | user_id | display_name | email_address | invitation_sent | reminder_sent | locked | misc_settings | deleted |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 40 | 5 | 0 | kmXdNU4L | foobar@example.com | Foobar | foobar@example.com | 0 | 0 | 0 | NULL | 1762761939 | ||
| 41 | 5 | 0 | zfh4JUJU | foobar@example.com | Foobar | foobar@example.com | 0 | 0 | 0 | NULL | 0 |
But i don't see the deleted entry somehow in the sharing menu (maybe i would be nice if i can readd exact this token again and don't generate a new one) and i also don't see the new entry - only a error message.