-
Notifications
You must be signed in to change notification settings - Fork 9
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
Develop #537
Conversation
fix streetcode deleting
…ound-image Fix catalog streetcodes displaying images
…deo-block-an-error-is-thrown-when-previewing-the-main-text 478 admintext and video block an error is thrown when previewing the main text
…order Fix tags order
@@ -44,7 +44,7 @@ public GetTextByStreetcodeIdHandler(IRepositoryWrapper repositoryWrapper, IMappe | |||
NullResult<TextDTO?> result = new NullResult<TextDTO?>(); | |||
if (text != null) | |||
{ | |||
text.TextContent = await _textService.AddTermsTag(text?.TextContent ?? ""); | |||
// text.TextContent = await _textService.AddTermsTag(text?.TextContent ?? ""); |
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.
delete comment, it's unnecessary here.
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.
fixed
SonarCloud Quality Gate failed. 0 Bugs 0.0% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
dev
JIRA
Code reviewers
Second Level Review
Summary of issue
ToDo
Summary of change
ToDo
Testing approach
ToDo
CHECK LIST