We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Yes - I've already checked
No - This is a new bug
develop
The following line is assuming the store is a map when the store is actually an array so lookups will not behave correctly:
const conditionPlanSpec = $allowedSchedulingConditionSpecs[conditionId];
https://github.com/NASA-AMMOS/aerie-ui/blob/develop/src/components/modals/ManagePlanSchedulingConditionsModal.svelte#L224
See code
All
Moderate
The text was updated successfully, but these errors were encountered:
Will be included with updates for #1478
Sorry, something went wrong.
duranb
Successfully merging a pull request may close this issue.
Checked for duplicates
Yes - I've already checked
Is this a regression?
No - This is a new bug
Version
develop
Describe the bug
The following line is assuming the store is a map when the store is actually an array so lookups will not behave correctly:
https://github.com/NASA-AMMOS/aerie-ui/blob/develop/src/components/modals/ManagePlanSchedulingConditionsModal.svelte#L224
Reproduction
See code
Logs
System Info
Severity
Moderate
The text was updated successfully, but these errors were encountered: