-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
New User Group Popup. Popup does not show after creating a user #9780
Comments
In Chrome browser if popup is blocked, then window opens successfully. Looks like window.open is considered as popup, and popup is blocked. |
That's not it. |
Yes, After creating user the security group executes the javascript, which you have mentioned that doesn't work when Popup is blocked. |
I changed the browser settings to authorize popups. |
Instead of a popup can we have a modal for the same? In this case whatever be the case, there's no blocking |
From version 8, It is now modal box. |
New User Group Popup. Popup does not show after creating a user
Fixed applied at source file for salesagility#9780
This issue has been mentioned on SuiteCRM. There might be relevant details there: |
Hi, i would like to work on this issue |
Issue
When New User Group Popup is checked, a popup is supposed to open when a user is created so that you can select a security group.
It used to work, but no longer works with latest versions of SuiteCRM 10, 11 and 12.
The browser console shows
TypeError: null is not an object (evaluating 'win.focus')
in open_popup function.
Expected Behavior
A popup should open
Actual Behavior
It does not and a javaScript error happens
Possible Fix
Steps to Reproduce
2.Create a user
Context
Make sure all new users are assigned a security group
Your Environment
The text was updated successfully, but these errors were encountered: