Skip to content

Commit

Permalink
fix: replaced module_activity collection with individual collection b…
Browse files Browse the repository at this point in the history
…ased on module name
  • Loading branch information
frankpagan committed Apr 30, 2023
1 parent 0bd910e commit f66fb02
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/admin/blog/datatable.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</td>
</tr>

<tbody template_id="" fetch-collection="" fetch-document filter-name="" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">
<tbody template_id="" fetch-collection="posts" fetch-document filter-name="" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">

<tr class="background:gainsboro:hover border-bottom:1px_solid_darkgray" template="" pass_id="datatable" document_id="{{document._id}}" toggle="selected">
<td class="padding:10px">
Expand Down
2 changes: 1 addition & 1 deletion src/admin/companies/datatable.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
</td>
</tr>

<tbody template_id="" fetch-collection="" fetch-document filter-name="" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">
<tbody template_id="" fetch-collection="companies" fetch-document filter-name="" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">

<tr class="background:gainsboro:hover border-bottom:1px_solid_darkgray" template="" pass_id="datatable" document_id="{{document._id}}" toggle="selected">
<td class="padding:5px display:flex min-width:200px align-items:center">
Expand Down
2 changes: 1 addition & 1 deletion src/admin/contacts/datatable.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
</td>
</tr>

<tbody template_id="" fetch-collection="" fetch-document filter-name="" filter-value="" filter-operator="$eq" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">
<tbody template_id="" fetch-collection="contacts" fetch-document filter-name="" filter-value="" filter-operator="$eq" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">

<tr class="background:gainsboro:hover border-bottom:1px_solid_darkgray" template="" pass_id="datatable" document_id="{{document._id}}" toggle="selected">
<td class="padding:5px display:flex min-width:200px align-items:center">
Expand Down
2 changes: 1 addition & 1 deletion src/admin/estimates/datatable.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</td>
</tr>

<tbody template_id="" fetch-collection="" fetch-document filter-name="" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">
<tbody template_id="" fetch-collection="esitimates" fetch-document filter-name="" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">

<tr class="background:gainsboro:hover border-bottom:1px_solid_darkgray" template="" pass_id="datatable" document_id="{{document._id}}" toggle="selected">
<td class="padding:10px">
Expand Down
2 changes: 1 addition & 1 deletion src/admin/expenses/datatable.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</td>
</tr>

<tbody template_id="" fetch-collection="" fetch-document filter-name="" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">
<tbody template_id="" fetch-collection="expenses" fetch-document filter-name="" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">

<tr class="background:gainsboro:hover border-bottom:1px_solid_darkgray" template="" pass_id="datatable" document_id="{{document._id}}" toggle="selected">
<td class="padding:10px">
Expand Down
2 changes: 1 addition & 1 deletion src/admin/expenses/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
<title>Expense Form | COCreate</title>
<title>Expense Form | CoCreate</title>
<link rel="stylesheet" href="../index.css" collection="files" document_id="637bc8fe91249e639db315d9" name="src" type="text/css"/>

<link rel="manifest" href="/manifest.json" />
Expand Down
2 changes: 1 addition & 1 deletion src/admin/invoices/datatable.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</td>
</tr>

<tbody template_id="" fetch-collection="" fetch-document filter-name="" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">
<tbody template_id="" fetch-collection="invoices" fetch-document filter-name="" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">

<tr class="background:gainsboro:hover border-bottom:1px_solid_darkgray" template="" pass_id="datatable" document_id="{{document._id}}" toggle="selected">
<td class="padding:10px">
Expand Down
2 changes: 1 addition & 1 deletion src/admin/items/datatable.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</td>
</tr>

<tbody template_id="" fetch-collection="" fetch-document filter-name="" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">
<tbody template_id="" fetch-collection="items" fetch-document filter-name="" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">

<tr class="background:gainsboro:hover border-bottom:1px_solid_darkgray" template="" pass_id="datatable" document_id="{{document._id}}" toggle="selected">
<td class="padding:10px">
Expand Down
2 changes: 1 addition & 1 deletion src/admin/payments/datatable.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</td>
</tr>

<tbody template_id="" fetch-collection="" fetch-document filter-name="" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">
<tbody template_id="" fetch-collection="payments" fetch-document filter-name="" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">

<tr class="background:gainsboro:hover border-bottom:1px_solid_darkgray" template="" pass_id="datatable" document_id="{{document._id}}" toggle="selected">
<td class="padding:10px">
Expand Down
2 changes: 1 addition & 1 deletion src/admin/potentials/datatable.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</td>
</tr>

<tbody template_id="" fetch-collection="" fetch-document filter-name="" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">
<tbody template_id="" fetch-collection="potentials" fetch-document filter-name="" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">

<tr class="background:gainsboro:hover border-bottom:1px_solid_darkgray" template="" pass_id="datatable" document_id="{{document._id}}" toggle="selected">
<td class="padding:10px">
Expand Down
2 changes: 1 addition & 1 deletion src/admin/projects/datatable.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</td>
</tr>

<tbody template_id="" fetch-collection="" fetch-document filter-name="" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">
<tbody template_id="" fetch-collection="projects" fetch-document filter-name="" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">

<tr class="background:gainsboro:hover border-bottom:1px_solid_darkgray" template="" pass_id="datatable" document_id="{{document._id}}" toggle="selected">
<td class="padding:10px">
Expand Down
2 changes: 1 addition & 1 deletion src/admin/tasklists/datatable.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</td>
</tr>

<tbody template_id="" fetch-collection="" fetch-document filter-name="" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">
<tbody template_id="" fetch-collection="tasklists" fetch-document filter-name="" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">

<tr class="background:gainsboro:hover border-bottom:1px_solid_darkgray" template="" pass_id="datatable" document_id="{{document._id}}" toggle="selected">
<td class="padding:10px">
Expand Down
2 changes: 1 addition & 1 deletion src/admin/university/datatable.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</td>
</tr>

<tbody template_id="" fetch-collection="" fetch-document filter-name="" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">
<tbody template_id="" fetch-collection="university" fetch-document filter-name="" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">

<tr class="background:gainsboro:hover border-bottom:1px_solid_darkgray" template="" pass_id="datatable" document_id="{{document._id}}" toggle="selected">
<td class="padding:10px">
Expand Down

0 comments on commit f66fb02

Please sign in to comment.