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

[API] Accessing CommentID using accessor function #8796

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

xlecours
Copy link
Contributor

Fixes the Fatal error thrown by the api when trying to access instrument data of a json instrument.

@xlecours xlecours changed the title accessing CommentID using accessor function [API] Accessing CommentID using accessor function Jun 19, 2023
@driusan driusan merged commit f1c1327 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)
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

Successfully merging this pull request may close these issues.

3 participants