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

Preserving URL Formatting During CDN Exports #759

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

omar-bear
Copy link
Collaborator

Description: Preserving URL Formatting During CDN Exports

The problem originates from the backend schema. When I save group updates, it leads to changes due to the following code in the schema:

    cdnEndPoint: {
      type: String,
      set: normalizeString,
    },

Simply remove set: normalizeString, from the second line, and everything works well.

Warning from Existing Problem

When I update the CDN link with the special character ", it poses a problem. In the exported code, it is interpreted as if I closed the " of the image URL. As a result, an error occurs.

Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@FlorianGille FlorianGille merged commit 6deff60 into develop Feb 6, 2024
5 checks passed
@FlorianGille FlorianGille deleted the fix-remove-formatting-link branch February 6, 2024 08:30
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.

2 participants