Skip to content

fix: show user default tab and after creation#628

Merged
awesome-manuel merged 2 commits intoAwesome-Technologies:masterfrom
dklimpel:fix_show_user
Oct 8, 2024
Merged

fix: show user default tab and after creation#628
awesome-manuel merged 2 commits intoAwesome-Technologies:masterfrom
dklimpel:fix_show_user

Conversation

@dklimpel
Copy link
Copy Markdown
Contributor

@dklimpel dklimpel commented Oct 7, 2024

Related / adapted from:

fixes an annoying problem that when you click on a User form the List, the first (Default) tab doesn't show any data

fix the user's default tab after creating a new user

Steps to reproduce:

  1. Open Users list, click on Create button (/#/users/create)
  2. Enter user details and click on Save button
  3. Observe broken default user tab with url encoded hash (/#/users/%40localpart%3Aexample.com), page reload does not help
  4. Click on the User tab name, and observe working default user tab with not url encoded hash (/#/users/@localpart:example.com)

So, it looks like the problem is with url-encoded hash params

@awesome-manuel awesome-manuel merged commit 9fc0050 into Awesome-Technologies:master Oct 8, 2024
@dklimpel dklimpel deleted the fix_show_user branch October 8, 2024 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants