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

Wrong value for IsAbstract for most UA ReferenceTypes #67

Open
JimLuth opened this issue Mar 6, 2024 · 1 comment · Fixed by #70
Open

Wrong value for IsAbstract for most UA ReferenceTypes #67

JimLuth opened this issue Mar 6, 2024 · 1 comment · Fixed by #70
Assignees
Labels
bug Something isn't working

Comments

@JimLuth
Copy link
Contributor

JimLuth commented Mar 6, 2024

The IsAbstract attribute is inherited from the base AML Interface class "Refererences" where it is set to True, but it seems it is never overridden and set to True as it should be for most of the derived interface classes. For instance the Organizes interface class should have IsAbstract set to False. See attached screen shot.

image

@JimLuth JimLuth added the bug Something isn't working label Mar 6, 2024
@Archie-Miller
Copy link
Collaborator

The editor is picking this up, from where, I do not know (probably it's parent - HierachicalReferences).

The actual xml does not have the IsAbstract Attribute. A false value to IsAbstract is ignored in AddModifyAttribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants