Skip to content

Comments

Table Info: Don't return to the saved position for non-AL defined indices#6782

Open
PhDuck wants to merge 7 commits intomainfrom
bugs/622744/DatabaseIndexFixNonMetadataIndicesPositionBug
Open

Table Info: Don't return to the saved position for non-AL defined indices#6782
PhDuck wants to merge 7 commits intomainfrom
bugs/622744/DatabaseIndexFixNonMetadataIndicesPositionBug

Conversation

@PhDuck
Copy link
Contributor

@PhDuck PhDuck commented Feb 23, 2026

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

Example:
{E16B2371-6914-41B5-846B-15FEE42DE281}

@PhDuck PhDuck changed the title Don't return to the original position for non-AL defined indices Table Info: Don't return to the saved position for non-AL defined indices Feb 23, 2026
@PhDuck PhDuck requested a review from BardurKnudsen February 23, 2026 21:02
@github-actions github-actions bot added this to the Version 28.0 milestone Feb 23, 2026
@PhDuck PhDuck marked this pull request as ready for review February 24, 2026 10:24
@PhDuck PhDuck requested a review from a team as a code owner February 24, 2026 10:24
BardurKnudsen
BardurKnudsen previously approved these changes Feb 24, 2026
@PhDuck PhDuck requested a review from a team as a code owner February 24, 2026 23:18
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