-
Notifications
You must be signed in to change notification settings - Fork 98
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
feat(project.new): Add the legal text and a checkbox in the second step of a project creation #9847
Conversation
} | ||
|
||
displayCreateProjectButton() { | ||
if (this.model.paymentMethod.type.isCreditCard()) { |
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.
I guess we dont display this component for the card type credit card. We have another component in the same file <ovh-payment-method-integration which will display only if $ctrl.model.paymentMethod.isHandleByComponent()
f185d88
9f40b88
to
87559c8
Compare
|
||
hasLegalAgreements() { | ||
return Object.values(this.model.legalAgreements).find( | ||
(elm) => elm === true, |
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.
(elm) => elm === true, | |
(agreement) => agreement === true, |
1839682
to
ffdf9a8
Compare
ref: MANAGER-11567 Signed-off-by: Rafik Adiche <[email protected]>
ref: MANAGER-11618 Signed-off-by: Rafik Adiche <[email protected]>
ref: MANAGER-11567 Signed-off-by: Rafik Adiche <[email protected]>
Signed-off-by: CDS Translator Agent <[email protected]>
ref: TAPC-83 Signed-off-by: Rafik Adiche <[email protected]>
ref: TAPC-150 Signed-off-by: Rafik Adiche <[email protected]>
ref: TAPC-150 Signed-off-by: Guillaume Hyenne <[email protected]>
ref: TAPC-150 Signed-off-by: Rafik Adiche <[email protected]>
ref: TAPC-83 Signed-off-by: Rafik Adiche <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This Pull Request is stale due to inactivity since 30 days. If no activity happens for 15 more days from now, it will be closed. |
This Pull Request is now closed due to inactivity. |
master
Description
Related
TAPC-83: #9779
TAPC-150 : #9831