During the launch of the Open-Xchange Groupware, the Open-Xchange Wizard gets fully loaded whether the user have activated him or not. The new behaviour loads only a small part of the Wizard which checks for a activated Wizard or not. If activated, the Wizard gets loaded. This speeds up the load of the Groupware in case a user has a deactivated Wizard.
For this change, the Open-Xchange Wizard has been split into two files. The former register.js file was replaced with a code.js file which contains all the old common code. The new register.js only contains a check for the status of the Wizard. If you have a customized Wizard, you have to merge these changes to your customized code.
For this change, the Open-Xchange Wizard has been split into two files. The former register.js file was replaced with a code.js file which contains all the old common code. The new register.js only contains a check for the status of the Wizard. If you have a customized Wizard, you have to merge these changes to your customized code.