You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I introduced a change in this patch that I believe will break functionality for the ModelShowCommand, as it no longer has a qualifyModel() method.
I believe to fix this, we'll want to override the handle() method on the extended class and have it call qualifyModel, then pass that to ModelInspector, and finally pass the result to display().
I'm happy to work on this, though I'm not sure how soon I'll have time to work on it.
Steps To Reproduce:
…
The text was updated successfully, but these errors were encountered:
Versions:
Description:
I introduced a change in this patch that I believe will break functionality for the ModelShowCommand, as it no longer has a
qualifyModel()
method.I believe to fix this, we'll want to override the
handle()
method on the extended class and have it call qualifyModel, then pass that toModelInspector
, and finally pass the result todisplay()
.I'm happy to work on this, though I'm not sure how soon I'll have time to work on it.
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: