Identity dialog now opens as expected
This commit is contained in:
@@ -16,6 +16,7 @@ Template.persona.helpers({
|
||||
char.field = "details";
|
||||
char.title = char.name;
|
||||
char.color = "d";
|
||||
char.topClass = "characterField";
|
||||
return char;
|
||||
},
|
||||
characterField: function(field, title){
|
||||
@@ -56,7 +57,7 @@ Template.persona.events({
|
||||
GlobalUI.setDetail({
|
||||
template: "personaDetailsDialog",
|
||||
data: this,
|
||||
heroId: this._id + "details",
|
||||
heroId: this._id + this.field,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user