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

[FIX] Avoid some context crashes: exclude_attributes=True #707

Merged
merged 1 commit into from
Feb 6, 2024

Commits on Feb 5, 2024

  1. Avoid some context crashes: exclude_attributes=True

    Some contexts match even though feature-selection combo boxes do not
    show the feature. Problematic settings are those where combo boxes are
    limited to specific parts of the table (attributes, class_vars, or
    metas).
    
    This does not solve the problem completely, but if problem appears,
    adding a new widget instance allows the user to continue.
    
    Also, there is another minor issue: exclude_attributes won't allow users
    to reuse contexts where class vars were used in the fields (current
    implementation handles attributes and class vars in the same way), but
    saving and loading works properly (because of perfect matches).
    markotoplak committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    407ac90 View commit details
    Browse the repository at this point in the history