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

BUGFIX: Trim leading and tailing whitespaces #3860

Open
wants to merge 2 commits into
base: 8.3
Choose a base branch
from

Commits on Sep 26, 2024

  1. BUGFIX: Trim leading and tailing whitespaces

    Whitespaces like a tab can lead to a 404 error if a URL has been pasted to a LinkEditor or LinkInput.
    
    As datasources, assets, URLs and slugs should not start with a whitespace, we can remove them.
    
    Fixes: neos#3859
    markusguenther committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7d9c1f3 View commit details
    Browse the repository at this point in the history
  2. BUGFIX: Prevent potential js error

    Ensure that searchTerm is a string before trimming the value.
    markusguenther committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9e59a3c View commit details
    Browse the repository at this point in the history