projects
/
potlatch2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
065949f
)
Fix issue with adding new tags in advanced view
author
Richard Fairhurst
<richard@systemeD.net>
Mon, 4 Apr 2011 10:18:12 +0000
(11:18 +0100)
committer
Richard Fairhurst
<richard@systemeD.net>
Mon, 4 Apr 2011 10:18:12 +0000
(11:18 +0100)
net/systemeD/potlatch2/TagGrid.mxml
patch
|
blob
|
history
diff --git
a/net/systemeD/potlatch2/TagGrid.mxml
b/net/systemeD/potlatch2/TagGrid.mxml
index e4551472ce07662435ec15c9359e61ee8dc85d04..64598fa6391d8c082d2b222681f0191549fcad4a 100644
(file)
--- a/
net/systemeD/potlatch2/TagGrid.mxml
+++ b/
net/systemeD/potlatch2/TagGrid.mxml
@@
-111,6
+111,8
@@
}
}
}
}
}
}
+ if (!set && event.newValue) tagDataProvider.addItem( { key:event.key, value:event.newValue } );
+
// tell Flex to redraw the grid because we've changed a tag
invalidateList();
}
// tell Flex to redraw the grid because we've changed a tag
invalidateList();
}