Skip to content

Commit cf1b9ce

Browse files
committed
MAGETWO-95529: Can't upgrade magento instance from 2.2.6 to 2.2.7 by Web setup wizard with cron jobs configured
1 parent 799a90d commit cf1b9ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup/pub/magento/setup/app.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ app.config(['$httpProvider', '$stateProvider', function ($httpProvider, $statePr
5656
return $delegate;
5757
});
5858
})
59+
.config(['$locationProvider', function($locationProvider) {
60+
$locationProvider.hashPrefix('');
61+
}])
5962
.run(function ($rootScope, $state) {
6063
$rootScope.$state = $state;
6164
});

0 commit comments

Comments
 (0)