Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssignmentField clears filter applied after second picker show #7550

Closed
chuckn0rris opened this issue Sep 22, 2023 · 0 comments
Closed

AssignmentField clears filter applied after second picker show #7550

chuckn0rris opened this issue Sep 22, 2023 · 0 comments
Assignees
Labels
bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@chuckn0rris
Copy link

Forum post

In advanced demo run in console

gantt.on('startCellEdit', (editorContext) => {
      if ( editorContext.editorContext.column.type == 'resourceassignment' ) {          
           editorContext.editorContext.editor.inputField.store.filter(record => (record.resource.name == 'George'));
      }
    });

Open cell editor for assignment column, open picker, see it's filtered. Close picker with combo btn, and show again. See list is not filtered anymore.

@chuckn0rris chuckn0rris added bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer labels Sep 22, 2023
@matsbryntse matsbryntse self-assigned this Sep 23, 2023
@matsbryntse matsbryntse added ready for review Issue is fixed, the pull request is being reviewed resolved Fixed but not yet released (available in the nightly builds) and removed ready for review Issue is fixed, the pull request is being reviewed labels Sep 23, 2023
@SergeyMaltsev SergeyMaltsev added this to the 5.5.4 milestone Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

3 participants