We are excited to announce that we will be participating in this year’s HacktoberFest event, run by DigitalOcean throughout the month of October.
We can’t do it without all of our wonderful community’s help, so we are inviting you all to get involved and you never know, you could be in with a chance of winning some exclusive swag, such as T-shirts, stickers, and possibly even a SuiteCRM-branded mug!
All you need to do is register , oh and raise PRs… & plenty of them. To help create a PR, why don’t you take a look at our repositories below, and check out any issue labelled ‘Hacktoberfest’:
Our team of in-house developers will review as many PRs as possible, into SuiteCRM before the end of October, so keep an eye out for further updates on when our PR parties are happening!
We are confident that by working together, we will be able to achieve great things, so let’s see what we can accomplish at this year’s HacktoberFest 2022 event.
4 Likes
We have added proposed solutions for
opened 04:15PM - 29 Sep 22 UTC
Hacktoberfest
<!--- Please be aware that as of the 31st January 2022 we no longer support 7.10… .x.
New issues referring to 7.10.x will only be valid if applicable to 7.12.x and above.
If your issue is still applicable in 7.12.x, please create the issue following the template below -->
#### 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
1. make sure New User Group Popup in Security Suite settings
2.Create a user
3.
4.
#### Context
Make sure all new users are assigned a security group
#### Your Environment
* SuiteCRM Version used: 7.10, 7.11, 7.12
* Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Chrome, Safari
* Environment name and version (e.g. MySQL, PHP 7): any
* Operating System and version (e.g Ubuntu 16.04): Ubuntu
opened 10:40PM - 06 Sep 19 UTC
Type:Bug
Priority:Important
Hacktoberfest
#### Issue
Hello.
When I try to reset an module (whatever one ) from studio, I… get following error: "DeployedMetaDataImplementation->getFileName(): View Array is not recognized" .
#### Expected Behavior
Reset an module without error messages
#### Actual Behavior
**SuiteCRM error.**
DeployedMetaDataImplementation->getFileName(): View Array is not recognized
**Log **
Fri Sep 6 17:31:40 2019 [12846][bb7d4a20-679f-c336-2078-58489a236156][FATAL] Exception handling in /var/www/html/domain.com/include/MVC/Controller/SugarController.php:400
Fri Sep 6 17:31:40 2019 [12846][bb7d4a20-679f-c336-2078-58489a236156][FATAL] Exception in Controller: DeployedMetaDataImplementation->getFileName(): View Array is not recognized
Fri Sep 6 17:31:40 2019 [12846][bb7d4a20-679f-c336-2078-58489a236156][FATAL] backtrace:
#0 /var/www/html/domain.com/modules/ModuleBuilder/parsers/views/DeployedMetaDataImplementation.php(367): sugar_die('DeployedMetaDat...')
#1 /var/www/html/domain.com/modules/ModuleBuilder/parsers/views/DeployedMetaDataImplementation.php(103): DeployedMetaDataImplementation->getFileName(Array, 'Surveys', NULL, 'base')
#2 /var/www/html/domain.com/modules/ModuleBuilder/views/view.resetmodule.php(183): DeployedMetaDataImplementation->__construct(Array, 'Surveys')
#3 /var/www/html/domain.com/modules/ModuleBuilder/views/view.resetmodule.php(108): ViewResetmodule->removeCustomLayouts()
#4 /var/www/html/domain.com/modules/ModuleBuilder/views/view.resetmodule.php(68): ViewResetmodule->handleSave()
#5 /var/www/html/domain.com/include/MVC/View/SugarView.php(226): ViewResetmodule->display()
#6 /var/www/html/domain.com/include/MVC/Controller/SugarController.php(435): SugarView->process()
#7 /var/www/html/domain.com/include/MVC/Controller/SugarController.php(375): SugarController->processView()
#8 /var/www/html/domain.com/include/MVC/SugarApplication.php(113): SugarController->execute()
#9 /var/www/html/domain.com/index.php(55): SugarApplication->execute()
#10 {main}
#### Environment
* SuiteCRM Version used: Version 7.11.8 Sugar Version 6.5.25 (Build 344)
* Browser name and version: Firefox, Chrome, Opera.
* Environment name and version: PHP v7.2.19
* Operating System and version: CentOS Linux release 7.6.1810.2.el7.centos.x86_64GNU/Linux
*Linux Kernel: 3.10.0-957.12.1.el7.x86_64
*CPU: Intel® Core™ i7 CPU 870 @ 2.93GHz
*RAM: MemTotal: 16163660 kB

Hope to get it merged soon.