Made proficiencies their own objects, added migration functionality
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
Template.proficiencyViewList.helpers({
|
||||
proficiencies: function(){
|
||||
return Proficiencies.find({"parent.id": this.parentId, charId: this.charId});
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user