projects
/
potlatch2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f96c018
)
Bugfix - entity is being set to newFeature not feature. Threw exception on feature...
author
Andy Allan
<gravitystorm@gmail.com>
Sat, 24 Apr 2010 16:53:55 +0000
(16:53 +0000)
committer
Andy Allan
<gravitystorm@gmail.com>
Sat, 24 Apr 2010 16:53:55 +0000
(16:53 +0000)
net/systemeD/potlatch2/TagViewer.mxml
patch
|
blob
|
history
diff --git
a/net/systemeD/potlatch2/TagViewer.mxml
b/net/systemeD/potlatch2/TagViewer.mxml
index 8184853f688be1cf5b58b46d7734ce3caff71cb3..c5cc3febf2afa3afe37ec555c7058638586ea29b 100644
(file)
--- a/
net/systemeD/potlatch2/TagViewer.mxml
+++ b/
net/systemeD/potlatch2/TagViewer.mxml
@@
-482,7
+482,7
@@
var newFeature:Feature = tw.selectedType;
var undoStack:Function = MainUndoStack.getGlobalStack().addAction;
var action:CompositeUndoableAction = new CompositeUndoableAction(
var newFeature:Feature = tw.selectedType;
var undoStack:Function = MainUndoStack.getGlobalStack().addAction;
var action:CompositeUndoableAction = new CompositeUndoableAction(
- "Set "+selectedEntity.getType()+" "+selectedEntity.id+" to "+
f
eature.name);
+ "Set "+selectedEntity.getType()+" "+selectedEntity.id+" to "+
newF
eature.name);
// remove tags from the current feature
if ( feature != null ) {
// remove tags from the current feature
if ( feature != null ) {