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
Describe the bug
As of version 2.0.4, the tasktype name / taskgourp name on a task template leak from other evaluation templates.
To Reproduce
Steps to reproduce the behavior:
Create Evaluation Template (let's call it A) and create task type / task group an name them TTA / TGA
Save eval template A
Create Evaluation Template (let's call it B) and create task type / task group an name them TTB / TGA
Create a task using TGA as group.
Save eval template B
When trying to re-edit the task in eval template B, a cryptic global error comes. Upon inspecting (e.g. with dev tools), on realises that in eval template B, the tasktype of the task is TTA, presumably due to the equally named TGA task group. At some point the lookup is not evaluation template specific and therefore the mix-up happens.
Expected behavior
Task type and task group being evaluation template specific.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
OS: ubuntu?
Browser: Chrome 128.0.6613.137
DRES Version: 2.0.4
The text was updated successfully, but these errors were encountered:
Describe the bug
As of version 2.0.4, the tasktype name / taskgourp name on a task template leak from other evaluation templates.
To Reproduce
Steps to reproduce the behavior:
A
) and create task type / task group an name themTTA
/TGA
A
B
) and create task type / task group an name themTTB
/TGA
TGA
as group.B
B
, a cryptic global error comes. Upon inspecting (e.g. with dev tools), on realises that in eval templateB
, the tasktype of the task isTTA
, presumably due to the equally namedTGA
task group. At some point the lookup is not evaluation template specific and therefore the mix-up happens.Expected behavior
Task type and task group being evaluation template specific.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
The text was updated successfully, but these errors were encountered: