Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
C
chat_webview
  • Overview
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • abookCommunication
  • chat_webview
  • Merge Requests
  • !158

Merged
Opened Jun 01, 2021 by Lee Munkyeong@lee-mk 2 of 2 tasks completed2/2 tasks
  • Report abuse
Report abuse

オフラインの時の協業終了

  • @kim-p
  • @miura-t
Edited Jun 01, 2021 by Kim Peace
  • Discussion 2
  • Commits 2
  • Changes 4
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Takatoshi Miura @miura-t

    marked the task @miura-t as completed

    Jun 01, 2021

    marked the task @miura-t as completed

    marked the task **@miura-t** as completed
    Toggle commit list
  • Takatoshi Miura @miura-t

    assigned to @kim-p

    Jun 01, 2021

    assigned to @kim-p

    assigned to @kim-p
    Toggle commit list
  • Kim Peace
    @kim-p started a discussion on an old version of the diff Jun 01, 2021
    Last updated by Lee Munkyeong Jun 01, 2021
    public_new/js/chat-ui.js
    2563 2563 $('#room_name_change_button').addClass('ui-state-disabled');
    2564 2564 $('#add_user_button').addClass('ui-state-disabled');
    2565 2565 $('.fa-download').hide();
    2566 if (typeof coview_api != "undefined") {
    • Kim Peace @kim-p commented Jun 01, 2021
      Master

      [nits] if (typeof coview_api == "undefined") { return; }

      [nits] `if (typeof coview_api == "undefined") { return; }`
    • Lee Munkyeong @lee-mk

      changed this line in version 2 of the diff

      Jun 01, 2021

      changed this line in version 2 of the diff

      changed this line in [version 2 of the diff](https://gitlab.agentec.jp/abookCommunication/chat_webview/merge_requests/158/diffs?diff_id=6364&start_sha=4acb8d6226ec97b14a7163c62641b4872b47ce82#cb43321944b8dcb1e2b3b87cea1e1f7c22f3d3cf_2566_2566)
      Toggle commit list
    Please register or sign in to reply
  • Kim Peace
    @kim-p started a discussion on the diff Jun 01, 2021
    public_new/js/chat-ui.js
    2581 } else {
    2582 alert(getLocalizedString("inform_exit_host_collaboration"));
    2583 if (collaborationJoinFlg != '2') {
    2584 CHAT_UI.joinRoom(
    2585 CHAT.globalLoginParameter.roomId,
    2586 CHAT.globalLoginParameter.name
    2587 );
    2588 } else {
    2589 if (typeof android != "undefined") {
    2590 android.openCommunicationHome();
    2591 } else {
    2592 webkit.messageHandlers.openCommunicationHome.postMessage({});
    2593 }
    2594 }
    2595 }
    2596 }
    • Kim Peace @kim-p commented Jun 01, 2021
      Master
      var alertString = "";
      if (g_isMainMan) {
        alertString = getLocalizedString("err_weak_network_exit_collaboration")
      } else {
        alertString = getLocalizedString("err_weak_network_exit_collaboration")
      }
      
      alert(alertString);
      
      if (collaborationJoinFlg != '2') {
        CHAT_UI.joinRoom(
          CHAT.globalLoginParameter.roomId,
          CHAT.globalLoginParameter.name
        );
      } else {
        if (typeof android != "undefined") {
          android.openCommunicationHome();
        } else {
          webkit.messageHandlers.openCommunicationHome.postMessage({});
        }
      }
      
      ```js var alertString = ""; if (g_isMainMan) { alertString = getLocalizedString("err_weak_network_exit_collaboration") } else { alertString = getLocalizedString("err_weak_network_exit_collaboration") } alert(alertString); if (collaborationJoinFlg != '2') { CHAT_UI.joinRoom( CHAT.globalLoginParameter.roomId, CHAT.globalLoginParameter.name ); } else { if (typeof android != "undefined") { android.openCommunicationHome(); } else { webkit.messageHandlers.openCommunicationHome.postMessage({}); } } ```
    Please register or sign in to reply
  • Kim Peace @kim-p

    marked the task @kim-p as completed

    Jun 01, 2021

    marked the task @kim-p as completed

    marked the task **@kim-p** as completed
    Toggle commit list
  • Kim Peace @kim-p

    assigned to @lee-mk

    Jun 01, 2021

    assigned to @lee-mk

    assigned to @lee-mk
    Toggle commit list
  • Lee Munkyeong @lee-mk

    added 1 commit

    • 06755e21 - コードレビュー対応

    Compare with previous version

    Jun 01, 2021

    added 1 commit

    • 06755e21 - コードレビュー対応

    Compare with previous version

    added 1 commit * 06755e21 - コードレビュー対応 [Compare with previous version](https://gitlab.agentec.jp/abookCommunication/chat_webview/merge_requests/158/diffs?diff_id=6364&start_sha=4acb8d6226ec97b14a7163c62641b4872b47ce82)
    Toggle commit list
  • Lee Munkyeong @lee-mk

    merged

    Jun 01, 2021

    merged

    merged
    Toggle commit list
  • Lee Munkyeong @lee-mk

    mentioned in commit 8a3fd7c2

    Jun 01, 2021

    mentioned in commit 8a3fd7c2

    mentioned in commit 8a3fd7c2b22824b3ae18a99881a99e519c27a01e
    Toggle commit list
  • Write
  • Preview
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 sign in to comment
Lee Munkyeong
Assignee
Lee Munkyeong @lee-mk
Assign to
None
Milestone
None
Assign milestone
Time tracking
3
3 participants
Reference: abookCommunication/chat_webview!158
×

Revert this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.
×

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.