File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 42
42
43
43
< div id ="board " class ="display:flex overflow:overlay height:90vh ">
44
44
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 >
47
47
48
48
<!-- 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 >
50
50
< div class ="margin:15px font-size:18px color-dark-gray ">
51
51
< span class ="display:inline-block ">
52
52
< input class ="input_field "
64
64
</ div >
65
65
< div class ="height:70vh padding:10px overflow:auto ">
66
66
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 >
69
68
70
69
<!-- 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 >
72
71
< div class ="width:100% ">
73
72
< img collection ="module_activity " document_id ="{{data._id}} " name ="image " src ="https://via.placeholder.com/150 " width ="100% "> </ img >
74
73
</ div >
You can’t perform that action at this time.
0 commit comments