-
Notifications
You must be signed in to change notification settings - Fork 244
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
component.SetCurrent(name string)
should error out if setting to component that doesn't exist
#127
Labels
estimated-size/S (5-10)
Rough sizing for Epics. Less then one sprint of work for one person
priority/High
Important issue; should be worked on before any other issues (except priority/Critical issue(s)).
Comments
The issue below because of this, I assume.
|
kadel
added
kind/task
priority/Medium
Nice to have issue. Getting it done before priority changes would be great.
labels
Apr 4, 2018
|
This was referenced Apr 4, 2018
kadel
added
priority/High
Important issue; should be worked on before any other issues (except priority/Critical issue(s)).
and removed
priority/Medium
Nice to have issue. Getting it done before priority changes would be great.
labels
Apr 5, 2018
I've assigned this to myself and started the work here: https://github.com/cdrage/ocdev/tree/check-setcurrent-exists |
Closed via: #388 |
rm3l
added
the
estimated-size/S (5-10)
Rough sizing for Epics. Less then one sprint of work for one person
label
Jun 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
estimated-size/S (5-10)
Rough sizing for Epics. Less then one sprint of work for one person
priority/High
Important issue; should be worked on before any other issues (except priority/Critical issue(s)).
component.SetCurrent(name string)
should error out if setting to component that doesn't exisCurrently, it is not erroring out because
component.List()
is not yet implemented (#53).When we add it, it should be used in
component.SetCurrent(name string)
to verify that component that is requested to be set as current actually exists.The text was updated successfully, but these errors were encountered: