Dolibarr ERP & CRM » Bugs » bug #1731 Can't use quick navigation on project tasks secondary tabsDernières modifications
Répondre
État Détails |
Last Modified On: | 03/12/2014 06:18 | | Submitted by: | Raphaël Doursenaud (rdoursenaud) |
Submitted on: | 26/11/2014 11:37 | |
Summary: | Can't use quick navigation on project tasks secondary tabs |
Description: | Quick navigation (blue arrows) don't work on secondary tabs (Ressources, time consumption, notes…).
|
Step to reproduce bug: | It seems to work fine if all tasks have been created sequentially but misbehaves if you have, say, deleted a project and created a new one. |
Detected in version: | 3.6.1 | | Category: | Module: Projects |
Severity: | 5 - Major | | OS Type/Version: | |
PHP version: | | | Database type and version: | |
Etat |
Status: | Open | | Assigned to: | Aucun |
Resolution: | Aucun | |
Commentaires- Raphaël Doursenaud 04/12/2014 12:08
- A very simple way to reproduce is to create 2 project with 1 each and then create another task on the first project so that you have something like that:
+------------+---------+
| Project ID | Task ID |
+------------+---------+
| 1 | 1 |
| 2 | 2 |
| 1 | 3 |
+------------+---------+
Then go to the first project's first task.
Notice you can use the arrows on the card tab.
Now switch to the resources tab for exemple and try to use the arrow.
You'll be greated with a "ErrorRecordNotFound".
You'll get the same result on the time consumption tab but without the error message.
- SPANGARO Alexandre 03/12/2014 06:18
- Sorry Raphaël, I Don't find the way to reproduce the problem.
The problem comes probably from a sorting based on ref instead of id ? |
|
+------------+---------+
| Project ID | Task ID |
+------------+---------+
| 1 | 1 |
| 2 | 2 |
| 1 | 3 |
+------------+---------+
Then go to the first project's first task.
Notice you can use the arrows on the card tab.
Now switch to the resources tab for exemple and try to use the arrow.
You'll be greated with a "ErrorRecordNotFound".
You'll get the same result on the time consumption tab but without the error message.