implemented UI for new parenting
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<!--Level-->
|
||||
<paper-input id="levelValueInput" label="Level" floatinglabel value={{level}}></paper-input>
|
||||
<!--Effects-->
|
||||
{{> effectsEditList sourceId=_id charId=charId type="class"}}
|
||||
{{> effectsEditList parentId=_id parentCollection="Classes" charId=charId type="class"}}
|
||||
{{/baseDialog}}
|
||||
{{/with}}
|
||||
</template>
|
||||
@@ -1,6 +1,6 @@
|
||||
<template name="raceDialog">
|
||||
{{#baseDialog title="Race" class=colorClass hideColor="true" hideDelete="true"}}
|
||||
<paper-input id="raceInput" label="Race" floatinglabel value={{race}}></paper-input>
|
||||
{{> effectsEditList sourceId=_id charId=charId type="racial"}}
|
||||
{{> effectsEditList parentId=_id parentCollection="Characters" charId=charId type="racial"}}
|
||||
{{/baseDialog}}
|
||||
</template>
|
||||
Reference in New Issue
Block a user