Page 1 of 1

[INFO REQ] Gantt dependency search is not working

Posted: Thu Sep 29, 2022 11:00 pm
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


Re: [INFO REQ] Gantt dependency search is not working

Posted: Fri Sep 30, 2022 6:41 am
by tasnim

Could you please show the code?


Re: [INFO REQ] Gantt dependency search is not working

Posted: Sun Oct 02, 2022 10:34 pm
by rajesh@step.nz

what code you are looking for configuration or dependency payload ?


Re: [INFO REQ] Gantt dependency search is not working

Posted: Mon Oct 03, 2022 8:28 am
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.


Re: [INFO REQ] Gantt dependency search is not working

Posted: Tue Oct 04, 2022 2:45 am
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,
              },
            },
          },
        },

Re: [INFO REQ] Gantt dependency search is not working

Posted: Tue Oct 04, 2022 7:46 am
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


Re: [INFO REQ] Gantt dependency search is not working

Posted: Thu Oct 06, 2022 8:11 pm
by rajesh@step.nz

Hi Tasnim

here is the working example repository

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

Thanks
Rajesh


Re: [INFO REQ] Gantt dependency search is not working

Posted: Fri Oct 07, 2022 10:42 am
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.


Re: [INFO REQ] Gantt dependency search is not working

Posted: Sun Oct 09, 2022 11:03 pm
by rajesh@step.nz

Thanks alex, do you have ETA of the release ?

Thanks
Rajesh


Re: [INFO REQ] Gantt dependency search is not working

Posted: Mon Oct 10, 2022 2:34 pm
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.