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

fix : Enable to create a news with title contains a '.' character followed by a special character - EXO-66277 #2180

Merged
merged 3 commits into from
Sep 22, 2023

Conversation

sofyenne
Copy link
Member

Before this change we were unable to create a news with a title containing a '.' character followed by another special character , this issue was due to the clean name method which used the '.' to identify the file's extension and did not clean the last part of the name .
This fix will update the clean name method to check the node type before cleaning the node name .

…pecial character - EXO-66277 (#2175)

Before this change we were unable to create a news with a title containing a '.' character followed by another special character , this issue was due to the clean name method which used the '.' to identify the file's extension and did not clean the last part of the name .
This fix will update the clean name method to check the node type before cleaning the node name .
@sofyenne sofyenne requested a review from ahamdi September 22, 2023 15:05
@sofyenne sofyenne enabled auto-merge (squash) September 22, 2023 15:06
@sofyenne sofyenne requested a review from Jihed525 September 22, 2023 15:06
@sonarcloud
Copy link

sonarcloud bot commented Sep 22, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

62.5% 62.5% Coverage
0.0% 0.0% Duplication

@sofyenne sofyenne merged commit 0455ec7 into develop Sep 22, 2023
5 checks passed
@sofyenne sofyenne deleted the Task/66277-todev branch September 22, 2023 15:27
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