Opened 5 years ago
Closed 4 years ago
#2934 closed defect (done)
InputVariables of ProblemData can be renamed in the GUI
Reported by: | mkommend | Owned by: | gkronber |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.16 |
Component: | Problems.DataAnalysis | Version: | trunk |
Keywords: | Cc: |
Description
It is currently possible (and has been at least for some time) to rename input variables in the HL GUI. However, such a rename triggers no actions and the change is not reflected in the dataset. Therefore, the dataset and allowed input variables do not correspond wrt the input variables and every modeling attempt using such a problem data fails.
Change History (6)
comment:1 Changed 5 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 5 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:3 Changed 5 years ago by gkronber
Reviewed and tested r16059. Looks good, thanks!
comment:4 Changed 5 years ago by gkronber
- Status changed from reviewing to readytorelease
comment:5 Changed 5 years ago by gkronber
comment:6 Changed 4 years ago by gkronber
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r16059: Locked the StringValues in the input variables of every DataAnalysisProblemData to avoid modification.