Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[API] Using accessor to access instrument's commentid #8801

Merged
merged 2 commits into from
Jun 20, 2023

Conversation

xlecours
Copy link
Contributor

Fix a bug where in json instrument, CommentID is not part of the instrumentData properties.

@driusan driusan merged commit 9a19807 into aces:24.1-release Jun 20, 2023
@ridz1208 ridz1208 added this to the 24.1.4 milestone Jun 20, 2023
driusan added a commit to driusan/Loris that referenced this pull request Jun 21, 2023
The CommentID is not part of the data, it's the foreign key used
between the flag table and the instrument table. JSON-based instruments
do not have it, and this ensures better consistency between the two
so that issues such as aces#8796 and aces#8801 will not vary based on instrument
type and will be caught sooner.

Resolves part of aces#8804 (Inconsistency #2)
driusan added a commit that referenced this pull request Jun 21, 2023
The CommentID is not part of the data, it's the foreign key used
between the flag table and the instrument table. JSON-based instruments
do not have it, and this ensures better consistency between the two
so that issues such as #8796 and #8801 will not vary based on instrument
type and will be caught sooner.

Resolves part of #8804 (Inconsistency #2)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants