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
  • !197

Merged
Opened Jul 20, 2021 by onuma@onuma 2 of 2 tasks completed2/2 tasks
  • Report abuse
Report abuse

isOnile の判定を文字列からbool値に変更した。

request内容

Reviewer

LGTMの場合、チェックをしてください。

  • @kim-p
  • @kim_j
Edited Jul 20, 2021 by Kim Jinsung
  • Discussion 2
  • Commits 3
  • Changes 9
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Kim Jinsung
    @kim_j started a discussion on commit 0cf492de Jul 20, 2021
    Last updated by onuma Jul 20, 2021
    public_new/js/common/native-bridge-delegate.js
    66 66 };
    67 67
    68 68 NativeBridgeDelegate.updateContactInfo = function () {
    69 if (serverInfo.isOnline != "true") {
    69 if (serverInfo.isOnline != true) {
    • Kim Jinsung @kim_j commented Jul 20, 2021
      Master

      if (serverInfo.isOnline != true) {
      よりは以下で改善したほうが良いかと思います。
      if (serverInfo.isOnline == false) {

      `if (serverInfo.isOnline != true) {`<br> よりは以下で改善したほうが良いかと思います。<br> `if (serverInfo.isOnline == false) {`
    • onuma @onuma commented Jul 20, 2021
      Developer

      修正します。

      修正します。
    Please register or sign in to reply
  • onuma @onuma

    added 1 commit

    • 5604a81d - != true で判定していた箇所を == falseで判定するように修正

    Compare with previous version

    Jul 20, 2021

    added 1 commit

    • 5604a81d - != true で判定していた箇所を == falseで判定するように修正

    Compare with previous version

    added 1 commit * 5604a81d - != true で判定していた箇所を == falseで判定するように修正 [Compare with previous version](https://gitlab.agentec.jp/abookCommunication/chat_webview/merge_requests/197/diffs?diff_id=6658&start_sha=0cf492de4b1a0273d68f855cfb7775a9426acd8f)
    Toggle commit list
  • onuma @onuma

    added 1 commit

    • bf18ef8c - deviceInfo の isMobile を booleanに変更

    Compare with previous version

    Jul 20, 2021

    added 1 commit

    • bf18ef8c - deviceInfo の isMobile を booleanに変更

    Compare with previous version

    added 1 commit * bf18ef8c - deviceInfo の isMobile を booleanに変更 [Compare with previous version](https://gitlab.agentec.jp/abookCommunication/chat_webview/merge_requests/197/diffs?diff_id=6659&start_sha=5604a81ddc369abb81a059f3bec46dd1bdc9cd36)
    Toggle commit list
  • Kim Peace @kim-p

    marked the task @kim-p as completed

    Jul 20, 2021

    marked the task @kim-p as completed

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

    assigned to @kim_j

    Jul 20, 2021

    assigned to @kim_j

    assigned to @kim_j
    Toggle commit list
  • Kim Jinsung @kim_j

    marked the task @kim_j as completed

    Jul 20, 2021

    marked the task @kim_j as completed

    marked the task **@kim_j** as completed
    Toggle commit list
  • onuma @onuma

    merged

    Jul 20, 2021

    merged

    merged
    Toggle commit list
  • onuma @onuma

    mentioned in commit c153ba62

    Jul 20, 2021

    mentioned in commit c153ba62

    mentioned in commit c153ba62c62d6bcad7ad557c525553412be1bc25
    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
Kim Jinsung
Assignee
Kim Jinsung @kim_j
Assign to
None
Milestone
None
Assign milestone
Time tracking
3
3 participants
Reference: abookCommunication/chat_webview!197
×

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.