Skip to content
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

#2565 Fixed can't find an element with id/name #2568

Merged

Conversation

Patrykb0802
Copy link
Contributor

  • Added skip condition for unnamed watchlists in showUserProfileCB and saveUserProfile functions
  • Deprecated updateUserProfileImg function in usersProfiles.jsp file
  • Deprecated calling the function updateUserProfileImg in showUserProfileCB function

- Added skip condition for unnamed watchlists in showUserProfileCB and saveUserProfile functions
- Deprecated updateUserProfileImg function in usersProfiles.jsp file
- Deprecated calling the function updateUserProfileImg in showUserProfileCB function
@Patrykb0802 Patrykb0802 added this to the 2.5.7.4 milestone Jun 16, 2023
@Patrykb0802 Patrykb0802 requested a review from Limraj June 16, 2023 12:27
@github-actions
Copy link

github-actions bot commented Jun 16, 2023

Java Script Mocha Unit Test Results

268 tests  ±0   268 ✔️ ±0   6s ⏱️ -1s
  70 suites ±0       0 💤 ±0 
    1 files   ±0       0 ±0 

Results for commit 14137d0. ± Comparison against base commit 7ff86fa.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Jun 16, 2023

Java JUnit Test Results

2 083 tests  ±0   2 083 ✔️ ±0   32s ⏱️ +6s
     90 suites ±0          0 💤 ±0 
     90 files   ±0          0 ±0 

Results for commit 14137d0. ± Comparison against base commit 7ff86fa.

♻️ This comment has been updated with latest results.

@@ -169,6 +169,8 @@

if(watchlists != null) {
for (i=0; i<watchlists.length; i++) {
if(watchlists[i].name == '<fmt:message key="common.newName"/>') // skip unnamed lists
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This condition is in at least 3 places in this file, you can move it to a separate function:
"isUnnamed"

pbartyzel@student.agh.edu.pl added 2 commits June 20, 2023 13:12
- Added function validateWatchList that checks for unnamed watchlists
- Added function validateWatchList that checks for unnamed watchlists
@Limraj Limraj merged commit 7b45146 into release/2.7.5.4 Jun 20, 2023
10 checks passed
@Limraj Limraj modified the milestones: 2.5.7.4, 2.7.5.4 Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants