Gantt Chart with multiple dependencies is saved to database incorrectly
- Status
- Open
- Subject
- Gantt Chart with multiple dependencies is saved to database incorrectly
- Version
- 20.x
- Category
- Bug
- Feature
- Gantt Chart
- Resolution status
- New
- Submitted by
- amorangi
- Lastmod by
- amorangi
- Rating
- Description
Multiple dependencies are saving back to database (from chart) without commas between dependencies. When reloaded of course the dependencies didn't work. Added a comma before save back to database fixed the problem.
- Solution
In tiki/lib/wiki-plugins/wikiplugin_ganttchart.php line 616 (or so) change:
Copy to clipboard$dependsIds .= $index;to
Copy to clipboard$dependsIds .= ($index == '') ? $index : ','.$index;- Importance
- 8
- Easy to solve?
- 10 easy
- Priority
- 80
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 7197
- Created
- Wednesday 23 October, 2019 03:32:29 UTC
by amorangi - LastModif
- Thursday 24 October, 2019 04:27:29 UTC