Skip to content

Commit

Permalink
dxGantt: fix T1223663 and T1225377 issues (DevExpress#27068)
Browse files Browse the repository at this point in the history
  • Loading branch information
zelik88 authored Apr 4, 2024
1 parent 9ac0b58 commit 1b6a4ed
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/runtime": "^7.12.1",
"@devextreme/runtime": "3.0.12",
"devexpress-diagram": "2.2.5",
"devexpress-gantt": "4.1.52",
"devexpress-gantt": "4.1.53",
"devextreme-quill": "1.6.4",
"devextreme-showdown": "^1.0.1",
"inferno": "^7.4.9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,8 @@ QUnit.module('Edit api', moduleConfig, () => {
assert.equal(taskResources.length, 2, 'length');
assert.equal(taskResources[0]['ResourceText'], resources[0]['ResourceText'], 'ResourceText 1');
assert.equal(taskResources[1]['ResourceText'], resources[1]['ResourceText'], 'ResourceText 2');

assert.equal(this.instance.getTaskResources(100).length, 0, 'resources for not exists task should be empty array');
});
test('getVisibleKeys', function(assert) {
const my_tasks = [
Expand Down

0 comments on commit 1b6a4ed

Please sign in to comment.