Skip to content

Commit 6fd259e

Browse files
committed
fix: renamed filter-value_type to filter-value-type
1 parent 1d890ce commit 6fd259e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/kanban.html

+5-6
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242

4343
<div id="board" class="display:flex overflow:overlay height:90vh">
4444

45-
<div class="display:flex flex-wrap:nowrap flex-direction:row sortable" dnd-group-name="stage" fetch-collection="module_activity" filter-name="module_id" filter-value="5e6d79f9d8cdbe53927a0443" filter-operator="$eq" fetch-count="" order-by="stage_position"
46-
order-type="asc" template_id="filter_test" render_id="stage" pass_id="fetch_value" droppable="true">
45+
<div class="display:flex flex-wrap:nowrap flex-direction:row" dnd-group-name="stage" fetch-collection="module_activity" filter-name="module_id" filter-value="5e6d79f9d8cdbe53927a0443" filter-operator="$eq" fetch-count="" order-by="stage_position"
46+
order-type="asc" template_id="filter_test" render_id="stage" pass_id="fetch_value" droppable>
4747

4848
<!-- Stage Column -->
49-
<div class="template margin:10px background:whitesmoke max-width:300px" template_id="filter_test" element_id="{{stage._id}}" document_id="{{stage._id}}">
49+
<div class="template margin:10px background:whitesmoke max-width:300px" template_id="filter_test" element_id="{{stage._id}}" document_id="{{stage._id}}" draggable>
5050
<div class="margin:15px font-size:18px color-dark-gray">
5151
<span class="display:inline-block">
5252
<input class="input_field"
@@ -64,11 +64,10 @@
6464
</div>
6565
<div class="height:70vh padding:10px overflow:auto">
6666

67-
<div class="display:flex flex-direction:column height:100% sortable" dnd-group-name="card" fetch-collection="module_activity" filter-name="stage" filter-value="{{stage._id}}" filter-operator="$eq" fetch-count="" order-by="stage-index_position" order-type="asc"
68-
template_id="{{stage._id}}">
67+
<div class="display:flex flex-direction:column height:100% sortable" dnd-group-name="card" fetch-collection="module_activity" filter-name="stage" filter-value="{{stage._id}}" filter-operator="$eq" fetch-count="" order-by="stage-index_position" order-type="asc" template_id="{{stage._id}}" droppable>
6968

7069
<!-- Card -->
71-
<div class="template card margin-bottom:10px padding:10px background:white" template_id="{{stage._id}}" data-value="{{data._id}}" document_id="{{data._id}}">
70+
<div class="template card margin-bottom:10px padding:10px background:white" template_id="{{stage._id}}" data-value="{{data._id}}" document_id="{{data._id}}" draggable>
7271
<div class="width:100%">
7372
<img collection="module_activity" document_id="{{data._id}}" name="image" src="https://via.placeholder.com/150" width="100%"></img>
7473
</div>

0 commit comments

Comments
 (0)