-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Notify by email on group share can be done multiple times #35089
Comments
can you check if this happens on 10.1.1 also ? just to know whether it's a regression |
IF not a regression - we'll talk with product management about desired behaviour and document it via an acceptance test |
@PVince81 @patrickjahns The problem doesnot exist in 10.1.1, Seems like it was introduced by #33180 |
ok, it's a regression then. thanks |
@dpakach can we cover this with a UI test maybe ? the cause of the issue was related to some code cleanup of old APIs, now we'll revert partly. there is a risk that a future backport of another related cleanup would bring this issue back in some form, so it might be worth covering this with acceptance tests then |
this also means that the feature is broken currently on master |
@PVince81 @phil-davis - do we have a ticket to track acceptance tests for this issue yet? |
@dpakach are there tests anywhere for this? Or an issue for making tests? |
@phil-davis There are no tests or issues for this scenario. |
Issue raised at #35195 |
Steps to reproduce
Expected behaviour
according to #33180 the
notify by email
button should disappear after sending the email once.Actual behaviour
The notify by email button reappears and the sharer can send email to all users on the group again.
The text was updated successfully, but these errors were encountered: