Welcome to the LOVD 2.0 bug tracking system. Please note that this bug tracking system is not for LOVD 3.0!
If you have any issues, please read the documentation and Frequently Asked Questions.
Please note that you need to register before you can submit bugs or feature requests.
If you have any issues, please read the documentation and Frequently Asked Questions.
Please note that you need to register before you can submit bugs or feature requests.
| By default, all closed tasks are hidden from view. Click here to see all tasks. |
FS#3 - Setup returns empty screen after first login
Attached to Project:
LOVD 2.0
Opened by Ivo F.A.C. Fokkema (ifokkema) - Monday, 28 August 2006, 09:38 GMT+2
Last edited by Ivo F.A.C. Fokkema (ifokkema) - Monday, 28 August 2006, 10:20 GMT+2
Opened by Ivo F.A.C. Fokkema (ifokkema) - Monday, 28 August 2006, 09:38 GMT+2
Last edited by Ivo F.A.C. Fokkema (ifokkema) - Monday, 28 August 2006, 10:20 GMT+2
|
DetailsSteps to reproduce:
- Log in to LOVD, proceed to the Setup and click the \"Add User\" icon. - Create a new user, log out, and log in using this user. - LOVD presents you with the choice to choose your current gene. Ignore this, and click on the Setup icon in the menu. - LOVD returns an empty page. If you select a gene, and then go to the setup area, the page is shown as expected. Expected behaviour: - LOVD should show the setup page regardless of having selected a gene. |
This task depends upon
Closed by Ivo F.A.C. Fokkema (ifokkema)
Monday, 28 August 2006, 10:24 GMT+2
Reason for closing: Fixed
Additional comments about closing: Bug was in /config/inc-auth.php, in the authorization system. $_GET[\'action\'] was set to \'switch\', which is not available in the Setup area. Fixed by including a check for the current page and redirecting the user if necessary.
Monday, 28 August 2006, 10:24 GMT+2
Reason for closing: Fixed
Additional comments about closing: Bug was in /config/inc-auth.php, in the authorization system. $_GET[\'action\'] was set to \'switch\', which is not available in the Setup area. Fixed by including a check for the current page and redirecting the user if necessary.