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
Two relationships need to be added to accomplish this:
object relationship on scheduling_goal_analysis to scheduling_specification_goals
array relationship on scheduling_specification_goals to scheduling_goal_analysis
Doing this would enable the UI to properly associate scheduling analyses with their invocations (currently it does not distinguish between invocations properly when reporting results).
The text was updated successfully, but these errors were encountered:
Two relationships need to be added to accomplish this:
scheduling_goal_analysis
toscheduling_specification_goals
scheduling_specification_goals
toscheduling_goal_analysis
Doing this would enable the UI to properly associate scheduling analyses with their invocations (currently it does not distinguish between invocations properly when reporting results).
The text was updated successfully, but these errors were encountered: