Skip to content

fix emitting `enterConnectionContext` in case DB operation is requested from domainIsLoaded

Pavel Mashliakovskiy requested to merge fix/enterConnectionContext into master

fix emitting enterConnectionContext in case DB operation is requested from inside App.on('domainIsLoaded') event handler. Before this fix event is not emitted in such case, which leads to the failure to establish the tenantID

Merge request reports