Dolibarr ERP & CRM » Bugs » bug #1354 Tasks disapear in same sub-taskLatest modifications
Answer now
Snapshot Details |
Submitted by: | Kévin Laîné (kevinlai80) | | Submitted on: | 2014-04-21 18:30 |
Last Modified On: | 2014-04-21 18:30 | |
Summary: | Tasks disapear in same sub-task |
Description: | In Project module
when you create a task in a projet, and thene modifie the "~project/ tasks parents", you can place your task as sub-task in this same task, dans thene it disappear and a message appear one the project : "Code asked to check and clean orphelins.", and I can't create others tasks in this project
What can I Do now ? |
Step to reproduce bug: | |
Detected in version: | 3.5.2 | | Category: | Module: Projects |
Severity: | 7 | | OS Type/Version: | |
PHP version: | | | Database type and version: | |
Status |
Status: | Open | | Assigned to: | Laurent Destailleur (eldy) |
Resolution: | Fixed | |
Comments- Laurent Destailleur 2014-04-26 21:43
- Version 3.5.3 will contains a protection to avoid that.
To solve your case, you can try to run this request:
UPDATE llx_projet_task SET fk_task_parent = 0 WHERE fk_task_parent = rowid
|
|
To solve your case, you can try to run this request:
UPDATE llx_projet_task SET fk_task_parent = 0 WHERE fk_task_parent = rowid
None→ Laurent Destailleur (eldy)None→ Fixed