projects
/
potlatch2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Complete support for loading relations by ID
[potlatch2.git]
/
net
/
systemeD
/
potlatch2
/
RelationSelectPanel.mxml
diff --git
a/net/systemeD/potlatch2/RelationSelectPanel.mxml
b/net/systemeD/potlatch2/RelationSelectPanel.mxml
index
8db158d
..
6cd409e
100644
(file)
--- a/
net/systemeD/potlatch2/RelationSelectPanel.mxml
+++ b/
net/systemeD/potlatch2/RelationSelectPanel.mxml
@@
-85,6
+85,7
@@
PopUpManager.removePopUp(this);
var panel:RelationLoaderPanel = RelationLoaderPanel(
PopUpManager.createPopUp(Application(Application.application), RelationLoaderPanel, true));
+ panel.setEntity(entity);
PopUpManager.centerPopUp(panel);
}