-
-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot edit a user in version 9.1.1 #1709
Comments
Can’t reproduce with the latest template and packages. How is your application set up? |
Possibly duplicate of #1678 |
Could you please confirm if this is a duplicate? |
Issue: When editing a user in 9.1.1, the full URL is not built, so the url becomes https://manager/user/8644c909-b6fc-4e6e-ad44-63cf044beacd instead of https://someurl.com/manager/[GUID]. If you manually edit the url and prepend the base url of somesite.com/ before the manager segment, you can edit the user. Can you confirm? |
Sorry for the late reply, i reverted to version 9.1.0 because of this
issue. I can confirm that the base url is present during the test and it
returns a blank page.
All works fine except this issue that I am unable to edit a user.
Regards,
Wilmar
…On Fri, Sep 10, 2021, 1:37 AM Rick Wright ***@***.***> wrote:
Issue: When editing a user in 9.1.1, the full URL is not built, so the url
becomes https://manager/user/8644c909-b6fc-4e6e-ad44-63cf044beacd instead
of https://someurl.com/manager/[GUID]. If you manually edit the url and
prepend the base url of somesite.com/ before the manager segment, you can
edit the user. Can you confirm?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1709 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACM2NLZPLZKWICBBVOH5SUDUBDWG7ANCNFSM5DQNLAQA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Change line <a :href="'@Url.Content("~/")/manager/user/' + user.id">{{ user.userName }} with <a :href="'@Url.Content("~/manager/user/")' + user.id">{{ user.userName }} identity\Piranha.AspNetCore.Identity\Areas\Manager\Views\User\List.cshtml |
In version 9.1.1, the edit user page returns a blank page.
The text was updated successfully, but these errors were encountered: