-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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 themTTA/TGA - Save eval template
A - Create Evaluation Template (let's call it
B) and create task type / task group an name themTTB/TGA - Create a task using
TGAas 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 templateB, the tasktype of the task isTTA, presumably due to the equally namedTGAtask 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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Ready