Skip to content

Conversation

@backportbot-nextcloud
Copy link

backport of #4198

When comparing email to check if it is present in the invitees list, we do not normalize the value.
This leads to inconsistancies:
- the user will see two options when searching for [email protected] if the stored email is [email protected]
- the user will see one option when searching for [email protected] if the stored email is [email protected]

This PR transform the values to lower cases to consolidate the number of options offered to the user.

Signed-off-by: Louis Chemineau <[email protected]>
@backportbot-nextcloud backportbot-nextcloud bot added 3. to review Waiting for reviews enhancement New feature request Feature: Sharing javascript Pull requests that update Javascript code labels May 9, 2022
@backportbot-nextcloud backportbot-nextcloud bot added this to the v3.3.1 milestone May 9, 2022
@codecov
Copy link

codecov bot commented May 9, 2022

Codecov Report

Merging #4204 (780eadf) into stable3.3 (9f3157f) will not change coverage.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##             stable3.3    #4204   +/-   ##
============================================
  Coverage        29.72%   29.72%           
  Complexity         330      330           
============================================
  Files              220      220           
  Lines             7611     7611           
  Branches          1004     1004           
============================================
  Hits              2262     2262           
  Misses            5349     5349           
Flag Coverage Δ
javascript 20.78% <0.00%> (ø)
php 68.75% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
.../components/Editor/Invitees/InviteesListSearch.vue 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9f3157f...780eadf. Read the comment docs.

@st3iny st3iny merged commit b7ce014 into stable3.3 May 9, 2022
@delete-merged-branch delete-merged-branch bot deleted the backport/4198/stable3.3 branch May 9, 2022 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews enhancement New feature request Feature: Sharing javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants