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 problem was that the application was SpNullApplication.
The changes proposed in #17429 use StPharoApplication current but it should not.
In fact the application should ask the application to create the presenter (and this should not be the presenter that gets the responsibility to set the application.
So we should change the API.
The text was updated successfully, but these errors were encountered:
#17429
the problem was that the application was SpNullApplication.
The changes proposed in #17429 use StPharoApplication current but it should not.
In fact the application should ask the application to create the presenter (and this should not be the presenter that gets the responsibility to set the application.
So we should change the API.
The text was updated successfully, but these errors were encountered: