Our state of the art Gantt chart


Post by rajesh@step.nz »

Hi

in Successors tab, when i search with task name, it is not showing up, is there any configuration do i need to do that ?

Please see the attached pic for reference

Thanks
Rajesh

Attachments
ganttChart.png
ganttChart.png (268.51 KiB) Viewed 293 times

Post by tasnim »

Could you please show the code?


Post by rajesh@step.nz »

what code you are looking for configuration or dependency payload ?


Post by alex.l »

We don't see any problems with search here https://bryntum.com/examples/gantt/basic/
That's why we need to see if you applied any custom code to taskedit configuration.
By default, combo uses displayField field value. In this case it's name.

All the best,
Alex


Post by rajesh@step.nz »

Hi Alex

her is the code

        taskEdit: {
          items: {
            generalTab: {
              items: {
                effort: {
                  label: 'Labour hours',
                  readOnly: true,
                },
                name: {
                  readOnly: true,
                },
              },
            },
            notesTab: false,
            resourcesTab: false,
            advancedTab: false,
          },
          editorConfig: {
            bbar: {
              // Remove delete button on task editor popup
              items: {
                deleteButton: false,
              },
            },
          },
        },

Post by tasnim »

Still not able able to reproduce. Could you please provide us a runnable test case so we can run the app, reproduce the problem, and debug it?

All the best,
Tasnim


Post by rajesh@step.nz »

Hi Tasnim

here is the working example repository

https://github.com/rajeshbnv1994/ember-quickStart

Thanks
Rajesh


Post by alex.l »

Hi Rajesh,
We have a ticket to fix work with EmberJS here https://github.com/bryntum/support/issues/4877
Looks like the reason in that. I used your full Gantt app and tested out of Ember, it works as expected.
You need to wait for that issue fixed. We increased prio for that ticket, it should be fixed in one of upcoming releases.

All the best,
Alex


Post by rajesh@step.nz »

Thanks alex, do you have ETA of the release ?

Thanks
Rajesh


Post by alex.l »

Hi Rajesh,

I cannot provide you terms, unfortunately, hard to predict how deep is the problem with EmberJS, but anyway it should be weeks and not months.

All the best,
Alex


Post Reply