Skip to content

[releases/28.0] Table Info: Don't return to the saved position for non-AL defined indices#6862

Merged
PhDuck merged 1 commit intoreleases/28.0from
backport/releases/28.0/6782/20260225235544
Feb 26, 2026
Merged

[releases/28.0] Table Info: Don't return to the saved position for non-AL defined indices#6862
PhDuck merged 1 commit intoreleases/28.0from
backport/releases/28.0/6782/20260225235544

Conversation

@PhDuck
Copy link
Contributor

@PhDuck PhDuck commented Feb 25, 2026

This pull request backports #6782 to releases/28.0

Problem:
When an non-AL defined index is disabled (turned off) it doesn't exist anymore (neither in Database Index VT or Key VT), so it will no longer exist in the temp table, leading to an error.

Solution:
Don't attempt to return to the position for non-AL defined indices after disabling them. Instead the position will just be the first index.

This PR also adds another page which shows the index's fields and include fields.

Fixes AB#623118

…ices (#6782)

Problem:
When an non-AL defined index is disabled (turned off) it doesn't exist
anymore (neither in Database Index VT or Key VT), so it will no longer
exist in the temp table, leading to an error.

Solution:
Don't attempt to return to the position for non-AL defined indices after
disabling them. Instead the position will just be the first index.

This PR also adds another page which shows the index's fields and
include fields.

Fixes
[AB#622744](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/622744)

Example:
<img width="1914" height="1258"
alt="{E16B2371-6914-41B5-846B-15FEE42DE281}"
src="https://github.com/user-attachments/assets/b15c1081-be85-47ad-8db3-36fccb4e541d"
/>

---------

Co-authored-by: Mads Gram <magram@microsoft.com>
@PhDuck PhDuck requested review from a team as code owners February 25, 2026 22:55
@github-actions github-actions bot added this to the Version 28.0 milestone Feb 25, 2026
@PhDuck PhDuck requested a review from BardurKnudsen February 26, 2026 14:11
@PhDuck PhDuck merged commit 6ea8f90 into releases/28.0 Feb 26, 2026
75 of 79 checks passed
@PhDuck PhDuck deleted the backport/releases/28.0/6782/20260225235544 branch February 26, 2026 15:13
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.

3 participants