-
Notifications
You must be signed in to change notification settings - Fork 99
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 zerto delete plan error #1973
Conversation
c67279e
to
79167b2
Compare
d4ddda6
to
3d026ee
Compare
Hi @JeremyDec! We recently merged #1336 which apply Prettier rules so could you please rebase To easily resolve conflicts you can ignore After that you can run: $ yarn run lint This command will lint the entire codebase. or: Amend your commit to trigger the Thanks! |
3d026ee
to
383f576
Compare
@antleblanc done |
.../dedicated/client/app/dedicatedCloud/datacenter/drp/dedicatedCloud-datacenter-drp.service.js
Show resolved
Hide resolved
.../dedicated/client/app/dedicatedCloud/datacenter/drp/dedicatedCloud-datacenter-drp.routing.js
Outdated
Show resolved
Hide resolved
383f576
to
fd2bcc6
Compare
...rp/configuration/ovh/secondPcc/dedicatedCloud-datacenter-drp-ovh-secondPccStep.controller.js
Outdated
Show resolved
Hide resolved
...nPremise/onPremisePcc/dedicatedCloud-datacenter-drp-onPremise-onPremisePccStep.controller.js
Outdated
Show resolved
Hide resolved
...rp/configuration/ovh/secondPcc/dedicatedCloud-datacenter-drp-ovh-secondPccStep.controller.js
Outdated
Show resolved
Hide resolved
fd2bcc6
to
89c81b2
Compare
@marie-j / @FredericEspiau, your comments have been taken in account |
54f962a
to
d370e60
Compare
d370e60
to
246105d
Compare
...d/datacenter/drp/configuration/common/mainPcc/dedicatedCloud-datacenter-drp-mainPccStep.html
Outdated
Show resolved
Hide resolved
4b008b5
to
7e01553
Compare
7e01553
to
47433e5
Compare
'dedicatedCloud_datacenter_drp_confirm_create_error', | ||
)} ${get(error, 'data.message', error.message)}`, | ||
); | ||
}), |
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.
This functions looks a bit big. Can it be chunked into smaller parts ? (I understand that some logic is linked to display so not everything can go to a service
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.
Yes, you're right it is big. What could be splitted, is the logic related to user preferences. But as I can't set the whole function into a service (with display logic as you raised the point), I choose to let it there
ref: MANAGER-4207 Signed-off-by: Jérémy De-Cesare <[email protected]>
factorize method and clean useless injections Signed-off-by: Jérémy De-Cesare <[email protected]>
887e797
47433e5
to
887e797
Compare
MANAGER-4207