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

sub-menu(description): implemented change description #120

Merged
merged 5 commits into from
Jul 11, 2023

Conversation

lavanya-bmw
Copy link
Contributor

@lavanya-bmw lavanya-bmw commented Jul 11, 2023

Description

Change Description(sub menu) functionality added for active apps

Why

To enhance.

Issue

Ref: CPLP-1558,1559

Checklist

Please delete options that are not relevant.

  • I have followed the contributing guidelines
  • I have performed a self-review of my own code
  • I have successfully tested my changes locally

@sonarcloud
Copy link

sonarcloud bot commented Jul 11, 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

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Contributor

@oyo oyo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some translations missing

longDescriptionEN: description?.[0].longDescription || '',
longDescriptionDE: description?.[1].longDescription || '',
shortDescriptionEN: description?.[0].shortDescription || '',
shortDescriptionDE: description?.[1].shortDescription || '',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better use ?? instead of || to assign a default value

) {
return `${t(
'content.apprelease.appReleaseForm.validCharactersIncludes'
)} a-zA-Z0-9 !?@&#'"()[]_-+=<>/*.,;:% and should not start with @=<>*-+ #?%&_:;`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and should not start with should also be translated

} else {
return `${t(
'content.apprelease.appReleaseForm.validCharactersIncludes'
)} a-zA-ZÀ-ÿ0-9 !?@&#'"()[]_-+=<>/*.,;:% and should not start with @=<>*-+ #?%&_:;`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please translate words

@lavanya-bmw lavanya-bmw requested a review from oyo July 11, 2023 13:22
@oyo oyo merged commit 2a124ba into eclipse-tractusx:dev Jul 11, 2023
3 checks passed
@oyo oyo deleted the feature/CPLP-1558/description branch July 11, 2023 13:31
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