dolibarr-bugtrack
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-bugtrack] [Bug #1354] Tasks disapear in same sub-task


From: Doliforge
Subject: [Dolibarr-bugtrack] [Bug #1354] Tasks disapear in same sub-task
Date: Sat, 26 Apr 2014 21:43:56 +0200

Doliforge
Is this email not displaying correctly?
update email preferences.

Tasks disapear in same sub-task

Latest modifications

2014-04-26 21:43 (Europe/Paris)
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
Changes:
  • Assigned to: 
NoneLaurent Destailleur (eldy)
  • Resolution: 
NoneFixed

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]