Skip to content

"Submit URL" context menu cuts the URL #358

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

Open
kam193 opened this issue Jun 7, 2025 · 1 comment
Open

"Submit URL" context menu cuts the URL #358

kam193 opened this issue Jun 7, 2025 · 1 comment
Assignees
Labels
accepted This issue was accepted, we will work on this at some point bug Something isn't working pending review ui-frontend

Comments

@kam193
Copy link

kam193 commented Jun 7, 2025

Describe the bug
Since recently, when attempting to send a URL extracted during a submission using the context menu, it's cut, so it's no longer the same URL.

To Reproduce
Steps to reproduce the behavior:

  1. Have a submission with a long URL.
  2. Open the context menu on the URL and select "Submit URL"
  3. In the submission screen, see that it's not the whole URL

Expected behavior
Whole URL should be copied to submission page.

Screenshots
See video:

simplescreenrecorder-2025-06-07_15.52.40.mp4

Environment (please complete the following information if pertinent):

  • Assemblyline Version: 4.6.0.3
  • Browser: Firefox

Additional context
Add any other context about the problem here.

@kam193 kam193 added bug Something isn't working assess We still haven't decided if this will be worked on or not labels Jun 7, 2025
@cccs-rs cccs-rs added ui-frontend accepted This issue was accepted, we will work on this at some point and removed assess We still haven't decided if this will be worked on or not labels Jun 9, 2025
@cccs-nr
Copy link
Contributor

cccs-nr commented Jun 10, 2025

The URL characters aren't escaped when passed as part of the search parameters. I took the easy way out and put them in the location state instead.

I made the fix in this PR: CybercentreCanada/assemblyline-ui-frontend#1556

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted This issue was accepted, we will work on this at some point bug Something isn't working pending review ui-frontend
Projects
None yet
Development

No branches or pull requests

3 participants