onlinf / google-refine

Automatically exported from code.google.com/p/google-refine
0 stars 0 forks source link

Allow direct editing of operation history #369

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make a bunch of changes to a dataset
2. Roll back the changes in using Undo/Redo
3. At one point in the history, click on "Edit Rows." Then click "Flag Rows"

What is the expected output? What do you see instead?
After the point in my history where I clicked "Flag Rows", the changes I made 
were deleted. I could not move forward in my history to return to the end point 
of my work.

What version of Google Refine are you using?
Version 2.0 [r1836]

What operating system and browser are you using?

MAC, chrome

Is this problem specific to the type of browser you're using or it happens
in all the browsers you tried?

Not a browser problem

Please provide any additional information below.

Original issue reported on code.google.com by kstei...@sunlightfoundation.com on 26 Apr 2011 at 2:23

GoogleCodeExporter commented 9 years ago
I believe the current mode of operation is intentional since there's no easy 
way of knowing whether the change made by the user invalidates later operations 
in the history.

If your sure that the change you want to make is isolated, you could export the 
operation history, make the change in an editor, and then re-import the history.

I'll leave this open for now, but I wouldn't expect any changes in this area in 
the near future.

Original comment by tfmorris on 8 Oct 2011 at 7:31