Bug #4819
closed"Column Annotation" view duplicates mappings
0%
Description
If you enter an Annotation using the Column Annotation madlib view, then switch to the table view and select another column, the annotation you just entered will [eventually] appear duplicated in the selected column. This continues as subsequent columns are selected (usually on the second selection event).
I can see where it's happening in the code - and it makes sense that'd it'd be doing that. When the column selection changes, an attempt is made to save the current state of the madlib annotation. I'm just going overboard with what it is actually doing.
I don't want there to be a "save changes" button or anything on that tab, I think it's important that any changes made in that view automatically and immediately persist to the annotation as it exists in memory.
Now I've got to figure out how to have the best of both worlds (save when selection changes, but not in an erroneous way.
Related issues