Commit 22eccd64 by Kim Peace

Fixed to request collaboration

parent 00a8e77e
......@@ -130,6 +130,7 @@ CollaborationUI.makeNameCard = function (shopMemberID) {
isFavorite: nameCardInfo.isFavorite,
isHost: isCollaborationHost,
whosHost: whosHost,
collaborationId: globalUserInfo.shopName + "_" + nameCardInfo.loginId,
});
let namecardObj = $(jQuery.parseHTML(namecardHTML)).on(
......
......@@ -38,7 +38,7 @@
{{/isFavorite}}
{{#isHost}}
<button type="button" class="ch_host_btn border-0 bg_green text_white"
onclick="FermiWebSocketBridge.requestHostChange('{{loginId}}');">
onclick="FermiWebSocketBridge.requestHostChange('{{collaborationId}}');">
<div class="d-flex flex-column">
<div class="img_wrap">
<img src="icon/icon_change_host.svg" alt="ホスト変更">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment