You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 withthat 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.
The text was updated successfully, but these errors were encountered: