AntaresSimulatorTeam / AntaREST

API REST and WebUI for Antares_Simulator
Apache License 2.0
10 stars 6 forks source link

After renaming a variant, wrong task name #1214

Open flomnes opened 1 year ago

flomnes commented 1 year ago

How to reproduce

  1. Create a variant study
  2. Rename the variant
  3. Launch the study
  4. The task associated to this launch has the former name of the variant, it should have the updated name
makdeuneuv commented 1 year ago

Behavior observed: On Antares Web, the tasks of the simulations have the name of the associated study, the same applies to the variants. After renaming a variant and launching a study immediately after, the task associated with the launch have the previous name of the variant.

  1. Screenshot creation variant image
  2. Launch simulation, the task have the name of the variant image
  3. Renaming the variant image
  4. Launching simulation, the task have the previous name image

expected behavior: When a variant is renamed, the tasks of future launched simulations must have its new name.