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
The bug comes from an announcement that triggers the #whenSelectedItemChangedDo:behavior of the query types droplist defined in MiQueryListItemPresenter>>#initializeQueryTypesDropList.
The QueryListItemPresenter seems to be configured correctly but then the announcement messes with it, trying to make the droplist select nil.
TODO: find why this annoucement triggers this behavior and decide if it is legitimate or not, if it can be changed and if it can't, how to get the correct behavior anyway.
The text was updated successfully, but these errors were encountered:
To reproduce:
#new was sent to nil
:(The bug comes from an announcement that triggers the
#whenSelectedItemChangedDo:
behavior of the query types droplist defined inMiQueryListItemPresenter>>#initializeQueryTypesDropList
.The QueryListItemPresenter seems to be configured correctly but then the announcement messes with it, trying to make the droplist select nil.
TODO: find why this annoucement triggers this behavior and decide if it is legitimate or not, if it can be changed and if it can't, how to get the correct behavior anyway.
The text was updated successfully, but these errors were encountered: