mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Re-initialize Rollup Management userHasLeftApp state to fix bug with clearing URLjob deep-link when detail panel is closed. (#24841) (#24856)
This commit is contained in:
parent
9cc42d61c6
commit
4adaa0c1e3
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ routes.when(`${CRUD_APP_BASE_PATH}/:view?`, {
|
|||
// e.g. to check license status per request.
|
||||
setHttp($injector.get('$http'));
|
||||
|
||||
// If returning to the app, we'll need to reset this state.
|
||||
setUserHasLeftApp(false);
|
||||
|
||||
$scope.$$postDigest(() => {
|
||||
const appElement = document.getElementById('rollupJobsReactRoot');
|
||||
renderReact(appElement);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue