fix conflicts

fix

Revert "fix"

This reverts commit 6d21e322081ecd8b89db4d6c07c6c8a82b2549a6.

add advanced-search main

fix header

gif Home

fix missed code

CR notes

CR notes 2

CR notes 5

CR notes 8
This commit is contained in:
Rodrigo Quelca
2020-12-04 20:36:42 +00:00
parent 9e6414a4b2
commit ffda3997d5
18 changed files with 1557 additions and 2 deletions

View File

@@ -26,12 +26,14 @@ import MyDocuments from "./MyDocuments";
import BatchRouting from "./BatchRouting";
import XCase from "./XCase";
import TaskReassignments from "./TaskReassignments";
import AdvancedSearch from "./AdvancedSearch"
export default {
name: "Home",
components: {
CustomSidebar,
MyCases,
AdvancedSearch,
MyDocuments,
BatchRouting,
TaskReassignments,
@@ -78,10 +80,10 @@ export default {
/**
* Toggle sidebar handler
* @param {Boolean} collapsed - if sidebar is collapsed true|false
*
*
*/
onToggleCollapse(collapsed) {
this.collapsed = collapsed;
this.collapsed = collapsed;
},
},
};