Premium support for our pure JavaScript UI components


Post by MauriceLapre »

Hi,

In Gantt v2.x I was able to show/hide taskEditor tabs on the fly in beforeTaskEditShow. Now in v4.0.2, this is not working anymore:

beforeTaskEditShow({ editor, taskRecord }) {
editor.widgetMap.notesTab.hidden = true [...] 

Is there some other way to do this now?

Thank you!


Post by arcady »

That's an already reported bug. Here is a ticket to track it: https://github.com/bryntum/support/issues/1826


Post by MauriceLapre »

I've subscribed myself to the ticket. Thank you!


Post Reply