Started adding async calls for upgrading to Meteor 3.0. Numerous other fixes.

This commit is contained in:
2025-07-02 11:18:09 -07:00
parent e1216741d6
commit 2e99ad007c
32 changed files with 549 additions and 373 deletions

View File

@@ -60,7 +60,8 @@
<div class="rolesContainer editorDiv"><label>Roles:</label>
<div class="roles center" style="font-size: 1.2em">
{{#each allRoles}}
<span class="role {{getRoleState this}} noselect">{{name}}</span>
<!-- Roles no longer have a name, they now put the name as the _id in Mongo -->
<span class="role {{getRoleState this}} noselect">{{_id}}</span>
{{/each}}
</div>
</div>