-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
recommendation and recommendation blurb functionality #3742
base: main
Are you sure you want to change the base?
Conversation
@@ -446,7 +498,61 @@ | |||
user_issues.update(is_hidden=hide) | |||
request.user.userprofile.issues_hidden = hide | |||
request.user.userprofile.save() | |||
return redirect(reverse("profile", kwargs={"slug": kwargs.get("slug")})) | |||
return redirect(self.request.path_info) |
Check warning
Code scanning / CodeQL
URL redirection from remote source Medium
user-provided value
messages.success(request, "Recommendation removed successfully!") | ||
except User.DoesNotExist: | ||
messages.error(request, "User not found.") | ||
return redirect(request.META.get("HTTP_REFERER", "/")) |
Check warning
Code scanning / CodeQL
URL redirection from remote source Medium
user-provided value
@DonnieBLT sir, should I add hover functionality over the recommendations dropdown list button? So, whenever user hovers their cursor over the button, the dropdown list is displayed? |
all should be expanded there should be no hover lists |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please make sure everything is expanded on the use profile so there is no hover lists
please also fix any CodeQL errors |
Closes: #2632
Screen.Recording.2025-02-28.at.8.09.28.PM.mov