Skip to content

Conversation

@dxvladislavvolkov
Copy link
Contributor

No description provided.

@dxvladislavvolkov dxvladislavvolkov self-assigned this Jan 14, 2026
Copilot AI review requested due to automatic review settings January 14, 2026 13:27
@dxvladislavvolkov dxvladislavvolkov requested a review from a team as a code owner January 14, 2026 13:27
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a bug in the template URL generation for two Angular DataGrid master-detail demo components. The old pattern used a faulty conditional expression that would evaluate to ./false/... when modulePrefix was empty, causing incorrect path resolution.

Changes:

  • Corrected templateUrl generation logic in MasterDetailView detail-grid component
  • Corrected templateUrl and styleUrls generation logic in AdvancedMasterDetailView detail-view component

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
apps/demos/Demos/DataGrid/MasterDetailView/Angular/app/detail-grid/detail-grid.component.ts Fixed templateUrl to use simple string interpolation instead of faulty conditional logic
apps/demos/Demos/DataGrid/AdvancedMasterDetailView/Angular/app/detail-view/detail-view.component.ts Fixed both templateUrl and styleUrls to use simple string interpolation instead of faulty conditional logic

Copilot AI review requested due to automatic review settings January 15, 2026 12:26
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.

@dxvladislavvolkov dxvladislavvolkov merged commit cb6319b into DevExpress:26_1 Jan 15, 2026
96 checks passed
@dxvladislavvolkov dxvladislavvolkov deleted the fix-master-detail-demo-cp branch January 15, 2026 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants