#6055 closed defect (fixed)
Version in a Project Plan but this version don't exist
Reported by: | Owned by: | Andreas | |
---|---|---|---|
Priority: | normal | Component: | ProjectPlanPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
At first I did haven't any version in my tickets. After this I put in in my version field of a ticket for example "testversion". I looked to the project plan and I saw this ticket in the plan. After this I deleted this version in my ticket and did set it of empty. I looked to my plan again and the ticket was in the plan anyway.
Now I deleted all ticket_changes according information about version. But ProjectPlanPlugin finds the ticket with version "testversion". But there is no version like testversion.
Where is the cache of this information?
Attachments (0)
Change History (4)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Owner: | changed from Matthias to Andreas |
---|---|
Status: | assigned → new |
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [7623]) Solve the cache problem, fixes #6055
I have added a timestamp to the image url, hope this will ensure that no cache image is used by the browser. Let us know whether this problem appear again.
However, it is quiet difficult to capture changes on milestones and versions and recreate the image automatically. Therefore, I added a link at the bottom of the image. So if an image do not change after an update, you can recreate the image manually.
Thanks for the Report,
ProjectPlanPlugin uses a Cache Structure for the GraphViz generated Content like Pictures and Overlay HTML code. But the Cache Content should be regenerated after Ticket Changes.
Your Problem reproduction Steps:
Somehow this Problem looks familar to me. At Development time similar Problems occured but they where produced by the Browser and its internal Cache. I had no solution for this Problem. I'll try to confirm, wether it is a bug in projectplan or a Browser Cache Problem.
regards,