Project > Edit Task in Gantt View Version 7.7.2

Hi I just did a test upgrade from v 7.5x to Version 7.7.2.

I like the new flow for project creation but I’m not able to edit a task in Gantt view once it’s created. See the attached screen.

Please let me know if there is a way to fix this. I’d like to upgrade our production instance of SuiteCRM but need make sure Projects are working.

Thanks.

Looks like a CSS issue.

I edited

/cache/themes/SuiteR/css/style.css

and commented out the z-index: 1100 !important; style here:

/* fix schedule bar popup on calendar /
.ui-front, .ui-dialog {
/
z-index: 1100 !important; */
}

seems to work. I can now edit tasks via the dialog in Gantt view

Thank you very much, problem solved version 7.7.9

JC