[18.0][FIX] web_timeline: Render the SVG correctly to draw dependencies properly#3424
Conversation
…perly This issue was introduced during the migration to v18 when converting old jQuery code to native JavaScript in this commit: OCA@258a5a9 Fixes OCA#3420
|
Hi @tarteo, |
pedrobaeza
left a comment
There was a problem hiding this comment.
Tested that works in runboat.
One side question, as you mention SVG. Is there a way to export the full SVG to a file?
Sorry, but I do not understand what you mean. This SVG is a template, and on top of it the arrows are drawn (it is a workaround). Even if we add this SVG as a file (as I understand you are referring to), I do not see what we would gain from that. We need to render the SVG dynamically. |
|
No, sorry, I'm talking for having an extra feature, which is to save all the "kanban" as an SVG, for inserting the timeline in a document, etc, like other planning softwares allow. |
Ah, OK. I do not know if it is possible to export the timeline; I have not investigated it. If you need it, I can look into it, but could you please open a new task or issue for this? |
|
/ocabot merge patch |
|
What a great day to merge this nice PR. Let's do it! |
|
Congratulations, your PR was merged at 63ecd2a. Thanks a lot for contributing to OCA. ❤️ |
This issue was introduced during the migration to v18 when converting old jQuery code to native JavaScript in this commit: 258a5a9
Fixes #3420
@Tecnativa @CarlosRoca13 @pedrobaeza @cvinh could you please review this?