Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
C
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_web
  • check
  • Merge Requests
  • !56

Merged
Opened Nov 14, 2022 by Kang Donghun@kang-dh 
  • Report abuse
Report abuse

Feature/1.0 check web dev kdh 2

  • Discussion 5
  • Commits 15
  • Changes 31
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Kang Donghun @kang-dh

    added 19 commits

    • e70749f2...60c59c01 - 18 commits from branch feature/1.0_check_web_dev
    • 10c2cc5b - Merge branch 'feature/1.0_check_web_dev' into 'feature/1.0_check_web_dev_kdh_2'

    Compare with previous version

    Nov 14, 2022

    added 19 commits

    • e70749f2...60c59c01 - 18 commits from branch feature/1.0_check_web_dev
    • 10c2cc5b - Merge branch 'feature/1.0_check_web_dev' into 'feature/1.0_check_web_dev_kdh_2'

    Compare with previous version

    added 19 commits * e70749f2...60c59c01 - 18 commits from branch `feature/1.0_check_web_dev` * 10c2cc5b - Merge branch 'feature/1.0_check_web_dev' into 'feature/1.0_check_web_dev_kdh_2' [Compare with previous version](https://gitlab.agentec.jp/abook_web/check/merge_requests/56/diffs?diff_id=9970&start_sha=e70749f22d6e193bc95adb13e7a61bed648e4614)
    Toggle commit list
  • Kang Donghun @kang-dh

    added 2 commits

    • 88a663f9 - パンくずボタン修正
    • 7be8766b - Merge branch 'feature/1.0_check_web_dev_kdh_2' of…

    Compare with previous version

    Nov 15, 2022

    added 2 commits

    • 88a663f9 - パンくずボタン修正
    • 7be8766b - Merge branch 'feature/1.0_check_web_dev_kdh_2' of…

    Compare with previous version

    added 2 commits * 88a663f9 - パンくずボタン修正 * 7be8766b - Merge branch 'feature/1.0_check_web_dev_kdh_2' of… [Compare with previous version](https://gitlab.agentec.jp/abook_web/check/merge_requests/56/diffs?diff_id=9979&start_sha=10c2cc5b3dcd3a3e569902c5e870db4e067ce037)
    Toggle commit list
  • Kang Donghun @kang-dh

    added 3 commits

    • 7be8766b...d434b3ce - 2 commits from branch feature/1.0_check_web_dev
    • 4d55b513 - Merge branch 'feature/1.0_check_web_dev' into feature/1.0_check_web_dev_kdh_2

    Compare with previous version

    Nov 15, 2022

    added 3 commits

    • 7be8766b...d434b3ce - 2 commits from branch feature/1.0_check_web_dev
    • 4d55b513 - Merge branch 'feature/1.0_check_web_dev' into feature/1.0_check_web_dev_kdh_2

    Compare with previous version

    added 3 commits * 7be8766b...d434b3ce - 2 commits from branch `feature/1.0_check_web_dev` * 4d55b513 - Merge branch 'feature/1.0_check_web_dev' into feature/1.0_check_web_dev_kdh_2 [Compare with previous version](https://gitlab.agentec.jp/abook_web/check/merge_requests/56/diffs?diff_id=9980&start_sha=7be8766befb6c7fb2fd7e387502240f26b8a3788)
    Toggle commit list
  • Kang Donghun @kang-dh

    added 1 commit

    • f0c78053 - コード整理、トークン処理追加

    Compare with previous version

    Nov 15, 2022

    added 1 commit

    • f0c78053 - コード整理、トークン処理追加

    Compare with previous version

    added 1 commit * f0c78053 - コード整理、トークン処理追加 [Compare with previous version](https://gitlab.agentec.jp/abook_web/check/merge_requests/56/diffs?diff_id=9986&start_sha=4d55b51313cbd3a6e4d10f9ee774b5dfe89ad015)
    Toggle commit list
  • Takumi Imai
    @imai-t started a discussion on the diff Nov 15, 2022
    abweb/js/reportForm/reportForm.js
    15 TEMPLATE.loadHearder('#includedHeader');
    16 TEMPLATE.loadConfirmModal('#includedConfirmModal');
    15 RF.loadCommon();
    17 16 RF.initFormView();
    18 17 };
    19 18
    20 19 /**
    20 * load common
    21 */
    22 RF.loadCommon = function () {
    23 TEMPLATE.loadHeader('#includedHeader');
    24 TEMPLATE.loadConfirmModal('#includedConfirmModal');
    25 RF.initBreadcrumb();
    26 };
    27
    28 RF.initBreadcrumb = function () {
    • Takumi Imai @imai-t commented Nov 15, 2022
      Developer

      jsdocも付けてコメントお願いします

      jsdocも付けてコメントお願いします
    Please register or sign in to reply
  • Takumi Imai
    @imai-t started a discussion on the diff Nov 15, 2022
    abweb/js/reportList/reportList.js
    26 27 TEMPLATE.loadConfirmModal('#includedConfirmModal');
    27 const navs = [
    28 {
    29 titleLang: 'dashboard',
    30 href: 'dashboard.html',
    31 },
    32 {
    33 titleLang: 'pickup',
    34 },
    35 ];
    36 TEMPLATE.loadMainNavsTitle('#includedMainTitle', 'reportList', navs, RL.loadMainTitleCallback);
    28 RL.initBreadcrumb();
    29
    37 30 };
    38 31
    32 RL.initBreadcrumb = function () {
    • Takumi Imai @imai-t commented Nov 15, 2022
      Developer

      jsdocも付けてコメントお願いします

      jsdocも付けてコメントお願いします
    Please register or sign in to reply
  • Takumi Imai
    @imai-t started a discussion on the diff Nov 15, 2022
    abweb/js/setting/settings.js
    9 9 $(document).ready(function () {
    10 10 //Check if user is logged in
    11 11 COMMON.checkAuth(false);
    12 SETTINGS.getToken();
    12 13 SETTINGS.initScreen();
    13 14 $('#dspPwdUpd1').click(SETTINGS.dspPwdUpd1_Click);
    14 COMMON.closeLoading();
    15 // COMMON.closeLoading();
    15 16 });
    16 17
    18 SETTINGS.getToken = function () {
    • Takumi Imai @imai-t commented Nov 15, 2022
      Developer

      jsdocも付けてコメントお願いします

      jsdocも付けてコメントお願いします
    Please register or sign in to reply
  • Takumi Imai
    @imai-t started a discussion on an old version of the diff Nov 15, 2022
    Last updated by Kang Donghun Nov 15, 2022
    abweb/common/js/common.js
    960 965 return Date.now();
    961 966 };
    962 967
    968 /**
    969 * create UUID For token
    970 *
    971 */
    972 COMMON.generateUuid = function() {
    • Takumi Imai @imai-t commented Nov 15, 2022
      Developer

      削除

      削除
    • Kang Donghun @kang-dh

      changed this line in version 6 of the diff

      Nov 15, 2022

      changed this line in version 6 of the diff

      changed this line in [version 6 of the diff](https://gitlab.agentec.jp/abook_web/check/merge_requests/56/diffs?diff_id=9988&start_sha=f0c7805317880dd2aa826cc521b136c9c2cb7688#85daf627284151ca51ffe3d650c09618e99c6e70_972_965)
      Toggle commit list
    Please register or sign in to reply
  • Takumi Imai
    @imai-t started a discussion on an old version of the diff Nov 15, 2022
    Last updated by Kang Donghun Nov 15, 2022
    abweb/common/js/common.js
    960 965 return Date.now();
    961 966 };
    962 967
    968 /**
    969 * create UUID For token
    970 *
    971 */
    972 COMMON.generateUuid = function() {
    • Takumi Imai @imai-t commented Nov 15, 2022
      Developer

      削除

      削除
    • Kang Donghun @kang-dh

      changed this line in version 6 of the diff

      Nov 15, 2022

      changed this line in version 6 of the diff

      changed this line in [version 6 of the diff](https://gitlab.agentec.jp/abook_web/check/merge_requests/56/diffs?diff_id=9988&start_sha=f0c7805317880dd2aa826cc521b136c9c2cb7688#85daf627284151ca51ffe3d650c09618e99c6e70_972_965)
      Toggle commit list
    Please register or sign in to reply
  • Kang Donghun @kang-dh

    added 1 commit

    • 79ca3bbd - ローディング修正

    Compare with previous version

    Nov 15, 2022

    added 1 commit

    • 79ca3bbd - ローディング修正

    Compare with previous version

    added 1 commit * 79ca3bbd - ローディング修正 [Compare with previous version](https://gitlab.agentec.jp/abook_web/check/merge_requests/56/diffs?diff_id=9988&start_sha=f0c7805317880dd2aa826cc521b136c9c2cb7688)
    Toggle commit list
  • Kang Donghun @kang-dh

    added 1 commit

    • e38b782c - code arranged for feedback

    Compare with previous version

    Nov 15, 2022

    added 1 commit

    • e38b782c - code arranged for feedback

    Compare with previous version

    added 1 commit * e38b782c - code arranged for feedback [Compare with previous version](https://gitlab.agentec.jp/abook_web/check/merge_requests/56/diffs?diff_id=9990&start_sha=79ca3bbd5eaee72b7547b515253d34181b0ed8fa)
    Toggle commit list
  • Takumi Imai @imai-t

    merged

    Nov 15, 2022

    merged

    merged
    Toggle commit list
  • Takumi Imai @imai-t

    mentioned in commit 5f63946e

    Nov 15, 2022

    mentioned in commit 5f63946e

    mentioned in commit 5f63946e102dea32418e328b871f0861d73232c6
    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
Takumi Imai
Assignee
Takumi Imai @imai-t
Assign to
None
Milestone
None
Assign milestone
Time tracking
2
2 participants
Reference: abook_web/check!56
×

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.