-
Notifications
You must be signed in to change notification settings - Fork 0
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
PIN 6325 - Update eservice instance descriptor #1612
base: feature/pin-4901_e-service-template
Are you sure you want to change the base?
PIN 6325 - Update eservice instance descriptor #1612
Conversation
fa8458c
to
cff4175
Compare
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.
The same comments I left on #1610 apply here as well (minor stuff)
// Descriptor in state WaitingForApproval can be updated | ||
if (descriptor.state !== descriptorState.draft) { |
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.
The comment says that descriptors in WaitingForApproval can be updated, but the check allows only Draft descriptors. Maybe the comment is not needed?
(I see a similar comment in many methods of this file, with the same contradiction - could you remove it everywhere?)
Closes PIN-6325