fix: sib-core version

This commit is contained in:
Jean-Baptiste 2019-01-23 17:57:49 +01:00
parent 97cef8a46d
commit 52cc577048
3 changed files with 3 additions and 6 deletions

View File

@ -33,7 +33,7 @@ link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:3
//link(rel='import', href='/lib/sib-chat/sib-chat.html')
//- cdn
script(type="module" src="https://unpkg.com/@startinblox/core@latest")
script(type="module" src="https://unpkg.com/@startinblox/core@0.5.7")
script(type="module" src="https://unpkg.com/@startinblox/router@latest")
script(type="module" src="https://cdn.happy-dev.fr/sib-chat/sib-chat.js")

View File

@ -1,6 +1,6 @@
.form-view
sib-form.block(
data-fields='user, picture, bio, groups, jabberID, phone, pseudo, skills, website',
data-fields='user.first_name, user.last_name, user.account.picture, bio, groups, phone, skills, website',
widget-user='hdapp-usereditinfo',
range-groups=`${sdn}/groups/`, widget-skills='sib-form-multiple-dropdown',
range-skills=`${sdn}/skills/`,

View File

@ -1,7 +1,4 @@
import {DisplayWidgets, Helpers, SIBWidget} from 'https://unpkg.com/@startinblox/core@latest';
import {store} from 'https://unpkg.com/@startinblox/core@latest/src/store';
const SIBDisplayLookupList = DisplayWidgets.SIBDisplayLookupList;
import {Helpers, SIBWidget, SIBDisplayLookupList, store} from 'https://unpkg.com/@startinblox/core@0.5.7';
class HDAppUserInfo extends SIBDisplayLookupList {
get parentElement() {