Issue
It looks as a regression. In version 7.10.9, on Create Scheduler form Job select field has no options neither built-in nor custom (except for URL item).
Expected Behavior
Version 7.10.9 has a list of built-in jobs in Job select field on Create Scheduler.
Actual Behavior
Nothing suspicious into suitecrm.log, but actual Job select field contains only one option - URL.
Possible Fix
It seems to appear into 7.10.8 or 7.10.9 version.
Steps to Reproduce
- $ s2i build https://github.com/salesagility/SuiteCRM.git --ref v7.10.9 centos/php-71-centos7 suitecrm
- $ docker run --name mariadb -e MYSQL_USER=suitecrm -e MYSQL_PASSWORD=suitecrm -e MYSQL_DATABASE=suitecrm -e MYSQL_ROOT_PASSWORD=root -p "3306:3306" -d mariadb:10.2
- $ docker run -d --name suitecrm -p 8080:8080 suitecrm
- Go to http://localhost:8080/ and set up a new SuiteCRM instance (using Wizard with
suitecrm DB)
- Log in as administrator
- Go to Administrator -> Admin -> Scheduler -> Create Scheduler -> click on
Job field
- Bug - no jobs to select.
Context
All of built-in schedulers seem to be work fine, but it is impossible to create a new one.
Your Environment
- SuiteCRM Version used: 7.10.9
- Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Chrome Version 62.0.3202.75 (Official Build) (64-bit)
- Environment name and version (e.g. MySQL, PHP 7): PHP 7.1, MariaDB 10.2
- Operating System and version (e.g Ubuntu 16.04): CentOS 7
Critical
Fix Proposed
Bug
Most helpful comment
Fix helped for our setup