Opened 10 years ago
Closed 10 years ago
#2257 closed defect (done)
The Apply button in the DataPreprocessing view only applies the first data manipulation operation, ignoring further manipulations.
Reported by: | bburlacu | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.11 |
Component: | DataPreprocessing | Version: | 3.3.10 |
Keywords: | Cc: |
Description
When applying successive manipulations to the data, only the first manipulation is taken into account. Clicking the apply button afterwards does not take other changes into account.
Change History (6)
comment:1 Changed 10 years ago by bburlacu
- Status changed from new to assigned
comment:2 Changed 10 years ago by bburlacu
comment:3 Changed 10 years ago by bburlacu
- Owner changed from bburlacu to mkommend
- Status changed from assigned to reviewing
comment:4 Changed 10 years ago by mkommend
Reviewed r11418. Thanks for spotting and correcting this defect.
comment:5 Changed 10 years ago by mkommend
- Status changed from reviewing to readytorelease
comment:6 Changed 10 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r11418: Removed offending property value which had the unfortunate side effect of caching the manipulation result (returning it unchanged in further calls).