Skip to content
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.

Checking "Send email to new user" checkbox causes persona bar page to blank #356

Closed
4 of 6 tasks
Icidis opened this issue Jan 23, 2019 · 3 comments
Closed
4 of 6 tasks

Comments

@Icidis
Copy link

Icidis commented Jan 23, 2019

Description of bug

When trying to register a new user, checking the "Send email to new user" checkbox the persona bar 'Add user' page disappears (Blank white page) and you cannot continue with the user creation.

Please note that this was not an upgrade but a new install.

Steps to reproduce

List the steps to reproduce the behavior:

  1. Go to Manage -> Users
  2. Click on 'Add user'
  3. Fill in user details
  4. Check 'Send email to new user' checkbox.

Current result

Persona bar page goes blank.

Expected result

Page to not go blank.

Screenshots

dnn_93_blank_page

Error log

Javascript console error log:

`export-bundle.js?cdv=52:90 ReferenceError: props is not defined
at Checkbox.value (export-bundle.js?cdv=52:1)
at Si (export-bundle.js?cdv=52:90)
at xi (export-bundle.js?cdv=52:90)
at Pi (export-bundle.js?cdv=52:90)
at Ri (export-bundle.js?cdv=52:90)
at Cn (export-bundle.js?cdv=52:90)
ga @ export-bundle.js?cdv=52:90
n.callback @ export-bundle.js?cdv=52:90
_o @ export-bundle.js?cdv=52:90
co @ export-bundle.js?cdv=52:90
Si @ export-bundle.js?cdv=52:90
xi @ export-bundle.js?cdv=52:90
Pi @ export-bundle.js?cdv=52:90
Ri @ export-bundle.js?cdv=52:90
Cn @ export-bundle.js?cdv=52:90

export-bundle.js?cdv=52:1 Uncaught ReferenceError: props is not defined
at Checkbox.value (export-bundle.js?cdv=52:1)
at Si (export-bundle.js?cdv=52:90)
at xi (export-bundle.js?cdv=52:90)
at Pi (export-bundle.js?cdv=52:90)
at Ri (export-bundle.js?cdv=52:90)
at Cn (export-bundle.js?cdv=52:90)
value @ export-bundle.js?cdv=52:1
Si @ export-bundle.js?cdv=52:90
xi @ export-bundle.js?cdv=52:90
Pi @ export-bundle.js?cdv=52:90
Ri @ export-bundle.js?cdv=52:90
Cn @ export-bundle.js?cdv=52:90
`

With Microsoft Edge, the personna bar manage user's page does not even show up. It also shows a blank page with the following in the console.

SCRIPT1028: SCRIPT1028: Expected identifier, string or number - index.html (20,60863)

Additional context

I was testing the "Email problem when creating new users" as per the following pull requests:

Dnn.AdminExperience: #174
Dnn.Platform: dnnsoftware/Dnn.Platform#2424

Affected version

  • 9.3.0-rc0

Affected browser

  • Chrome 71.0.3578.98
  • Firefox 64.0.2
  • Safari
  • Internet Explorer
  • Edge (See below comments)
@valadas
Copy link
Contributor

valadas commented Jan 23, 2019

This should now be fixed after dnnsoftware/Dnn.React.Common#203, can you try it on build 9018 available here https://dotnet.visualstudio.com/DNN/_build/results?buildId=9018
Click on Artifacts on top right and download that installer.

Please confirm if that works fine after, RC1 should be coming shortly...

@Icidis
Copy link
Author

Icidis commented Jan 23, 2019

The 9018 build seems to fix this issue. Please close this specific issue. But the user registration email is still not working.

@valadas
Copy link
Contributor

valadas commented Jan 23, 2019

Cool, closing this one since there is another issue for the actual sending of the email. Thanks @Icidis

@valadas valadas closed this as completed Jan 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants