>> + store = getUtility(IStoreSelector).get(MAIN_STORE, DEFAULT_FLAVOR)
>IMasterStore() ?
No - we should use the default store not force it to the master; IStore() can be used in this case.
« Back to merge proposal
>> + store = getUtility( IStoreSelector) .get(MAIN_ STORE, DEFAULT_FLAVOR)
>IMasterStore() ?
No - we should use the default store not force it to the master; IStore() can be used in this case.