moosetechnology/Moose

defaultSpec used as defaultLayout

NourJihene opened this issue · 3 comments

In the method 'newSelectableListForPopoverExtent:' the class SpFilteringSelectableListPresenter calls for defaultLayout and this method does not exist.

Screenshot 2022-04-22 at 22 56 15

defaultLayout exists in SpFilteringListPresenter;
however I tried to create query in Queries Browser (Type Query) which is calling method newSelectableListForPopoverExtent: that is using SpFilteringSelectableListPresenter defaultLayout;
The method was called successfully, can you elaborate more about the issue ? How the error was generated in your case ?

#defaultSpec is deprecated in P10 and replaced with #defaultLayout. Which pharo version are you using?

It seems that this issue is no more relevant