Bug 128626

Summary: Changes are not undoable in a single "step"
Product: [WebTools] Dali JPA Tools Reporter: Max Rydahl Andersen <manderse>
Component: GeneralAssignee: Neil Hauge <neil.hauge>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: neil.hauge
Version: unspecifiedKeywords: helpwanted
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Max Rydahl Andersen CLA 2006-02-20 08:04:06 EST
Playing around with the editors I stumbled on this one:

I had a (pretty verbose) declaration of an id:

	@GenericGenerator(name = "generator", strategy = "uuid.hex", parameters = {})
	@Id
	@GeneratedValue(generator = "generator")
	@Column(name = "PROFILE_ID", unique = false, nullable = false, insertable = true, updatable = true, columnDefinition = "char(32)")
	public String getId() {
		return this.id;
	}

...and I went and selected "Default (id)" as the column in "Persistence properties" and the changes were done correctly, but pressing Ctrl+Z to do an undo only undo'ed a small step of edit. I had to do 2 undo's to get back to my starting point.

This is just one example and it seems many of the oter edits i can do via the "enhanced views" in one step is not undoable again in one step...
Comment 1 Neil Hauge CLA 2007-02-05 17:52:33 EST
This is something to look at post 1.0.
Comment 2 David Williams CLA 2007-07-19 02:00:02 EDT
re-opening to change resolved-later to open-Future