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

Storable Property show Index = "false" for complex members with set index #29

Open
LLdaniel opened this issue May 16, 2023 · 0 comments

Comments

@LLdaniel
Copy link
Contributor

Version

Xyna Zeta: 0.7.9.5

Xyna Factory Server: 8.2.11.18
Process Modeller: 1.1.19.4
Factory Manager: 0.3.22.3
Process Monitor: 1.1.13
Test Factory: 1.0.3
Access Control: 0.3.12
Yggdrasil: 0.2.1

mysqld Ver 10.6.12-MariaDB-log for Linux on x86_64 (MariaDB Server)

Problem

Take a Storable with a complex member and set index for a sub-member.
For example:
Storable myStorable with complex member myMember. Assume that myMember.value is a primitve sub-member and should get a new index.
After applying index changes with applyindexchanges the Storable Property view does not show "Index=true" althought one can verify with

show indexes from myMember; 

that the index is actually set.

Expectation

Storable Property should show "Index=true" for complex storable member with set index.

Notice

This problem does not occur when indexing a simple member.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant