-
Notifications
You must be signed in to change notification settings - Fork 385
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
Support managing source component in the UI #1624
Conversation
csordasmarton
commented
Jun 5, 2018
ccbf9b1
to
68942e6
Compare
this._componentValue = new SimpleTextarea({ | ||
class : 'component-value', | ||
rows : 10, | ||
placeholder : 'Value of the source component. Each line must start ' |
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 would recommend a small rephrasing in the placeholder:
with a "+" (results from this path should be listed) or "-" (results from this path should not be listed) sign. E.g.: '+/a/b/x.cpp or -/a/b/'
I would do this rephrasing in the command line and in the user guide too.
cac1335
to
699828f
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.
After creating a new component on the UI and going back to select a component for filtering the new component is not listed yet, I need to refresh the filter list or the page.
After saving a new component the cached component names could be refreshed.
699828f
to
a1e7217
Compare