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

Gantt: fix state of 'Show Resources' and 'Show Dependencies' buttons (T1264485) #28904

Merged
merged 2 commits into from
Feb 7, 2025

Conversation

Krijovnick
Copy link
Contributor

No description provided.

@Krijovnick Krijovnick added the 24_2 label Feb 4, 2025
@Krijovnick Krijovnick requested a review from a team as a code owner February 4, 2025 13:58
AlexKamaev
AlexKamaev previously approved these changes Feb 5, 2025

<script type="text/javascript" src="../../../packages/devextreme/artifacts/js/jquery.min.js"></script>
<script type="text/javascript" src="../../../packages/devextreme/artifacts/js/dx-quill.min.js"></script>
<script type="text/javascript" src="../../../packages/devextreme/artifacts//js/dx-gantt.min.js"></script>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<script type="text/javascript" src="../../../packages/devextreme/artifacts//js/dx-gantt.min.js"></script>
<script type="text/javascript" src="../../../packages/devextreme/artifacts/js/dx-gantt.min.js"></script>

import type { WidgetName } from './types';
import Widget from './internal/widget';

export default class Gantt extends Widget {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this class is not used. Let's delete it

@@ -66,7 +66,8 @@ export type WidgetName =
| 'dxTreeList'
| 'dxTreeView'
| 'dxValidationSummary'
| 'dxValidator';
| 'dxValidator'
| 'dxGantt';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's also add gantt to WidgetOptions below

@Krijovnick Krijovnick merged commit 9810530 into DevExpress:24_2 Feb 7, 2025
290 of 291 checks passed
@Krijovnick Krijovnick deleted the T1264485_24_2 branch February 7, 2025 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants