docOpRecipient,
navigationEvent.getPlace());
codePanelBundle.attach();
if (!navigationEvent.shouldNavExpand()) {
workspacePlace.fireEvent(new NavigationAreaExpansionEvent(false));
}
// Send a message to enter the workspace and initialize the workspace.
appContext.getFrontendApi().GET_WORKSPACE_META_DATA.send(
GetWorkspaceMetaDataImpl.make(), new ApiCallback<GetWorkspaceMetaDataResponse>() {