Skip to content

Commit

Permalink
fix: pass-template $uid
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed May 9, 2023
1 parent fa1ddda commit 787af44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<i class="height:20px fill:#505050" src="/assets/svg/{{document.icon}}.svg"></i>
</span>
<span>{{document.name}}</span>
<div pass-filter-name="module_id" pass-filter-value="{{document._id}}" pass_to="datatable"></div>
<div pass-template="$uid" pass-filter-name="module_id" pass-filter-value="{{document._id}}" pass_to="datatable"></div>
<div pass-value="{{document._id}}" pass-filter-value="{{document._id}}" pass_to="module_id"></div>
<div pass-collection="files" pass-document_id="{{document.settings-menu-secondary._id}}" pass_to="form"></div>
<div pass-document_id="{{document.organization_id}}" pass_to="form-fields" class="session{{document.name}}_Id"></div>
Expand Down

0 comments on commit 787af44

Please sign in to comment.