diff --git a/src/dependencies.pug b/src/dependencies.pug index 9fd1d15..ac29a91 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -28,7 +28,7 @@ link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:3 //script(type="module" src="/lib/sib-core/sib-display.js") //script(type="module" src="/lib/sib-router/sib-router.js") //script(type="module" src="/lib/sib-core/sib-form.js") -script(type="module" src="/lib/sib-chat/sib-chat.js") +//script(type="module" src="/lib/sib-chat/sib-chat.js") //link(rel='import', href='/lib/sib-chat/sib-chat.html') @@ -36,7 +36,7 @@ script(type="module" src="/lib/sib-chat/sib-chat.js") script(type="module" src="https://cdn.happy-dev.fr/sib-core/sib-display.js") script(type="module" src="https://cdn.happy-dev.fr/sib-router/sib-router.js") script(type="module" src="https://cdn.happy-dev.fr/sib-core/sib-form.js") -//script(type="module" src="https://cdn.happy-dev.fr/sib-chat/sib-chat.js") +script(type="module" src="https://cdn.happy-dev.fr/sib-chat/sib-chat.js") script(type="module" src="/scripts/hd-widgets.js") diff --git a/src/page-members.pug b/src/page-members.pug index f36d7d6..77f7869 100644 --- a/src/page-members.pug +++ b/src/page-members.pug @@ -18,7 +18,7 @@ div.grid-layer widget-roles='sib-display-lookuplist', widget-user='hdapp-userinfo', widget-user.skills='sib-display-lookuplist', - + search-range-roles=`${sdn}/role/`, search-range-skills=`${sdn}/skills/`, search-fields='name, roles, skills', diff --git a/src/scripts/hd-widgets.js b/src/scripts/hd-widgets.js index e7b0b84..bb401d4 100644 --- a/src/scripts/hd-widgets.js +++ b/src/scripts/hd-widgets.js @@ -1,7 +1,7 @@ import {SIBDisplayLookupList} from 'https://cdn.happy-dev.fr/sib-core/widgets/sib-display-widgets.js'; import {SIBWidget} from 'https://cdn.happy-dev.fr/sib-core/widgets/sib-base-widgets.js'; import {store} from 'https://cdn.happy-dev.fr/sib-core/store.js'; -import {uniqID} from 'https://cdn.happy-dev.fr/sib-core/helper.js'; +import {uniqID} from 'https://cdn.happy-dev.fr/sib-core/helpers.js'; class HDAppUserInfo extends SIBDisplayLookupList { get parentElement() { diff --git a/www/lib/sib-chat b/www/lib/sib-chat index dad1050..bdf41e2 160000 --- a/www/lib/sib-chat +++ b/www/lib/sib-chat @@ -1 +1 @@ -Subproject commit dad105066d703c78f0c0d2b33a8c25207970c9e3 +Subproject commit bdf41e2e10707e3048d534237edca968f7bff245