From 4bddf8d5d39257b2c9c42d7408ed312751247339 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Wed, 29 Apr 2015 08:14:01 +0200 Subject: [PATCH] Racial proficiencies now show up when inserted. --- .../proficiencies/proficiencyEditList/proficiencyEditList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/rpg-docs/client/views/character/proficiencies/proficiencyEditList/proficiencyEditList.js b/rpg-docs/client/views/character/proficiencies/proficiencyEditList/proficiencyEditList.js index 6d6aab8f..893ce18a 100644 --- a/rpg-docs/client/views/character/proficiencies/proficiencyEditList/proficiencyEditList.js +++ b/rpg-docs/client/views/character/proficiencies/proficiencyEditList/proficiencyEditList.js @@ -21,6 +21,7 @@ Template.proficiencyEditList.events({ parent: { id: this.parentId, collection: this.parentCollection, + group: this.parentGroup, }, enabled: this.enabled, value: 1,