projects
/
potlatch2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
kill stupid tab bug
[potlatch2.git]
/
net
/
systemeD
/
potlatch2
/
TagGrid.mxml
diff --git
a/net/systemeD/potlatch2/TagGrid.mxml
b/net/systemeD/potlatch2/TagGrid.mxml
index 7a2f462dee202bad63efd05a4f7cfb6a9ff5edee..f8d5f4bdc93e0cf1abad77dad5134088a386e3f4 100644
(file)
--- a/
net/systemeD/potlatch2/TagGrid.mxml
+++ b/
net/systemeD/potlatch2/TagGrid.mxml
@@
-75,6
+75,7
@@
}
private function updateTagDataProvider():void {
+ validateNow();
tagDataProvider.removeAll();
if (selectedEntity==null) { return; }
var tags:Array = selectedEntity.getTagArray();