-
Notifications
You must be signed in to change notification settings - Fork 16
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
ELEMENTS-1665: fix error/validation message when adding permission #796
ELEMENTS-1665: fix error/validation message when adding permission #796
Conversation
c138de7
to
d78fbf5
Compare
@@ -284,6 +288,12 @@ import '../nuxeo-button-styles.js'; | |||
this._doSend(true); | |||
} | |||
|
|||
doCancel() { | |||
// get called when clicked on cancel button |
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.
No need to include comments when the code is self-explanatory.
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.
removed comment
ui/widgets/nuxeo-user-suggestion.js
Outdated
/** | ||
* Set to `true` for invalid. | ||
*/ | ||
invalid: { |
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.
is this discussed with PO that we exposing a new property ?
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.
removed this changes as its not required
d78fbf5
to
e8a7615
Compare
e8a7615
to
6197ec4
Compare
No description provided.