bardsoftware / ganttproject

Official GanttProject repository.
http://ganttproject.biz
GNU General Public License v3.0
833 stars 299 forks source link

Resource diagram tab - Wrong representation #2437

Open VincentH17 opened 3 months ago

VincentH17 commented 3 months ago

20240327_152215

The display in the resource diagram does not match what is planned. A task is represented twice in the list, and then on subsequent tasks, the task name is offset by one line from the representation in the diagram.

GanttProject V3.3.3300

dbarashev commented 3 months ago

Did you try updating to 3.3.3305? An issue with two task assignments was fixed in that update: https://github.com/bardsoftware/ganttproject/issues?q=label%3A__Fixed-In-3.3.3305+is%3Aclosed

VincentH17 commented 3 months ago

No, I didn't try because the 3.3.3305 version is not available on Ganttproject site. The last build available is 3.3.3300 built on 15 jan, 2024. Where can I find the update ?

dbarashev commented 3 months ago

Edit > Settings > App Updates. Switch "Automatically check for updates" on.

VincentH17 commented 3 months ago

20240327_161337

Automatically check for updates is already "On" and it tells me I'm up to date

VincentH17 commented 3 months ago

20240327_161337

Automatically check for updates is already "On" and it tells me I'm up to date

dbarashev commented 3 months ago

I see. Are you behind a corporate firewall by any chance?

You can install the update manually. Download a ZIP archive from this link and unpack it into .ganttproject.d/updates folder in your user home directory so that the result file structure looked like this:

.ganttproject.d/updates/
└── update-3305
    ├── ganttproject
    └── VERSION
.... other updates

GP is expected to show version 3.3.3305 in the About dialog after the restart.