Bug 128626 - Changes are not undoable in a single "step"
Summary: Changes are not undoable in a single "step"
Status: NEW
Alias: None
Product: Dali JPA Tools
Classification: WebTools
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Neil Hauge CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2006-02-20 08:04 EST by Max Rydahl Andersen CLA
Modified: 2008-11-10 15:58 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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