-
-
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
Error in Browsers console after adding tabs to Quickcreate #9344
Comments
The problem remains at 8.x suitecrm when working with legacy layout. |
Duplicated ticket #8780 |
@SinergiaCRM I found that the name of the function
If I change the definition of the function from |
Thanks @lukio. This sounds interesting. This error has been here for a while already. We will try it out. If you are certain, you could open a PR with the proposed fix. |
…Quickcreate: selectTabOnError Found that the name of the function selectTabOnError has been declared twice at the theme SuiteP If I change the definition of the function from let to var it does not throws the error on the javascript console.
@SinergiaCRM I opened a new PR with the propoosed fix. |
… selectTabOnError Found that the name of the function selectTabOnError has been declared twice at the theme SuiteP If I change the definition of the function from let to var it does not throws the error on the javascript console.
…Quickcreate: selectTabOnError Found that the name of the function selectTabOnError has been declared twice at the theme SuiteP If I change the definition of the function from let to var it does not throws the error on the javascript console.
Hi @lukio it seems that the problem persists in the latest version. Could it be due to something else? |
@jack7anderson7 , I reopened this issue again. The error continues to occur with the change in the definition of the function |
After setting a tab configuration in a quickcreate view of a module, it appears an error in the browser Console:
Issue
There is some errors regarding the use of tabs in a quickcreate view.
This error may cause other JS scripts to not execute.
Expected Behavior
There shouldn't be any error.
Actual Behavior
Error appears in console
Possible Fix
Steps to Reproduce
Context
Your Environment
SuiteCRM Version used: 7.11.21
Browser name and version: Chrome
Environment name and version (e.g. MySQL, PHP 7): PHP 7
Operating System and version (e.g Ubuntu 16.04): Ubuntu
The text was updated successfully, but these errors were encountered: