Skip to content

On BookMark creation title not getting updated #263

@nidhi8953

Description

@nidhi8953

createBookmark() {
this.object={
qInfo:{
qId: null,
qType: "bookmark"
},
qData:{
title:'hello',
description:'yoyoyooy'
}
};

return qdtCOmponet.qdtCOmponet.qDocPromise
.then(item => item.createBookmark(this.object))
.then(() => {
qdtCOmponet.qdtCOmponet.qDocPromise.then(item => item.doSave());
})
.catch(err => console.log(err));
}
}

Not able to update property title using this code , BookMark is getting created but title not working
KIndly help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions