Skip to content

Commit 56da65a

Browse files
Merge pull request #6 from Unikka/feature/routing-endpoints
Fix: Uncomment reload action on restore or impersonate of a user
2 parents 5f83e75 + 5270191 commit 56da65a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Resources/Private/Javascript/Components/UserMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default class UserMenu {
7878

7979
// load default backend, so we don't need to care for the module permissions.
8080
// because in not every neos version the users have by default the content module or user module
81-
// window.location.pathname = '/neos'
81+
window.location.pathname = '/neos'
8282
})
8383
.catch(function (error) {
8484
if (window.Typo3Neos) {

Resources/Private/Javascript/Components/UserModule.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default class UserModule {
6565

6666
// load default backend, so we don't need to care for the module permissions.
6767
// because in not every neos version the users have by default the content module or user module
68-
// window.location.pathname = '/neos'
68+
window.location.pathname = '/neos'
6969
})
7070
.catch(function (error) {
7171
if (window.Typo3Neos) {

Resources/Public/Javascript/Main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)