Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
abook_check
  • 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
  • abook_android
  • abook_check
  • Merge Requests
  • !284

Merged
Opened Feb 16, 2023 by Kazuyuki Hida@hida-k 
  • Report abuse
Report abuse

ダッシュボードから開いた報告を閉じるとダッシュボードに戻るようにした

  • Discussion 2
  • Commits 2
  • Changes 1
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Kazuyuki Hida
    @hida-k started a discussion on the diff Feb 16, 2023
    Resolved by Yujin Seo Feb 16, 2023
    ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/viewer/activity/HTMLWebViewActivity.java
    90 94
    91 95 final String url = intent.getStringExtra("LINKURL"); // LinkURL
    92 96 mOperationId = intent.getLongExtra(ABookKeys.OPERATION_ID, -1); // OperationId
    93
    97 fromDashboard = url.contains("taskKey");
    • Kazuyuki Hida @hida-k commented Feb 16, 2023
      Developer

      ダッシュボードから開かれたことを判別

      Edited Feb 16, 2023
      ダッシュボードから開かれたことを判別
    Please register or sign in to reply
  • Kazuyuki Hida
    @hida-k started a discussion on the diff Feb 16, 2023
    Resolved by Yujin Seo Feb 16, 2023
    ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/viewer/activity/HTMLWebViewActivity.java
    335 339 if (url.contains(ABookKeys.ABOOK_CHECK_API)) {
    336 340 commonShouldOverrideUrlLoading(uri, null);
    337 341 }
    342 if (fromDashboard && (url.contains(ABookKeys.CMD_CANCEL_TASK_REPORT))) {
    343 handler.post(new Runnable() {
    344 @Override
    345 public void run() {
    346 finishActivity();
    347 }
    348 });
    349 }
    • Kazuyuki Hida @hida-k commented Feb 16, 2023
      Developer

      キャンセル時はダッシュボードに戻るように処理

      Edited Feb 16, 2023
      キャンセル時はダッシュボードに戻るように処理
    Please register or sign in to reply
  • Yujin Seo @seo

    resolved all discussions

    Feb 16, 2023

    resolved all discussions

    resolved all discussions
    Toggle commit list
  • Yujin Seo @seo

    merged

    Feb 16, 2023

    merged

    merged
    Toggle commit list
  • Yujin Seo @seo

    mentioned in commit 9158ab5c

    Feb 16, 2023

    mentioned in commit 9158ab5c

    mentioned in commit 9158ab5c9f1d986b18db627ff08a133483865aac
    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
Yujin Seo
Assignee
Yujin Seo @seo
Assign to
None
Milestone
None
Assign milestone
Time tracking
2
2 participants
Reference: abook_android/abook_check!284
×

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.