Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
V
VeNJob
  • 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 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Tô Ngọc Ánh
  • VeNJob
  • Merge Requests
  • !12

Merged
Opened Aug 13, 2020 by Tô Ngọc Ánh@anhtn 
  • Report abuse
Report abuse

Create Job apply ID5-ID6-ID7

×

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b ID5-6-7 origin/ID5-6-7

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git checkout master
git merge --no-ff ID5-6-7

Step 4. Push the result of the merge to GitLab

git push origin master

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

  • Discussion 13
  • Commits 12
  • Pipelines 15
  • Changes 50
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Aug 13, 2020
    Resolved by Tô Ngọc Ánh Aug 18, 2020
    app/assets/javascripts/application.js
    15 15 //= require turbolinks
    16 16 //= require jquery-3.5.1.slim.min
    17 17 //= require_tree .
    18
    19 $(document).on('turbolinks:load', function() {
    • Thanh Hung Pham @hungpt commented Aug 13, 2020
      Master

      @anhtn Moving cái này ra file js riêng nha em.

      Edited Aug 18, 2020
      @anhtn Moving cái này ra file js riêng nha em.
    • Tô Ngọc Ánh @anhtn

      changed this line in version 4 of the diff

      Aug 18, 2020

      changed this line in version 4 of the diff

      changed this line in [version 4 of the diff](https://gitlab.zigexn.vn/anhtn/VeNJob/merge_requests/12/diffs?diff_id=5087&start_sha=78fc0282e2be9ae81c1b121a42b1228be8f8935d#431311cbb9902e2a56811443372061424f388e2c_19_18)
      Toggle commit list
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Aug 13, 2020
    Resolved by Tô Ngọc Ánh Aug 18, 2020
    app/assets/javascripts/application.js
    15 15 //= require turbolinks
    16 16 //= require jquery-3.5.1.slim.min
    17 17 //= require_tree .
    18
    19 $(document).on('turbolinks:load', function() {
    • Thanh Hung Pham @hungpt commented Aug 13, 2020
      Master

      @anhtn Moving cái này ra file js riêng nha em.

      Edited Aug 18, 2020
      @anhtn Moving cái này ra file js riêng nha em.
    • Tô Ngọc Ánh @anhtn

      changed this line in version 4 of the diff

      Aug 18, 2020

      changed this line in version 4 of the diff

      changed this line in [version 4 of the diff](https://gitlab.zigexn.vn/anhtn/VeNJob/merge_requests/12/diffs?diff_id=5087&start_sha=78fc0282e2be9ae81c1b121a42b1228be8f8935d#431311cbb9902e2a56811443372061424f388e2c_19_18)
      Toggle commit list
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Aug 13, 2020
    Resolved by Tô Ngọc Ánh Aug 18, 2020
    app/assets/stylesheets/application.scss
    14 14 *= require_self
    15 15 */
    16 16
    17 $main-color: #1da173;
    18
    19 .min-vh-80 {
    20 min-height: 80vh;
    21 }
    22 .navbar {
    17 $main-color: #1da173;
    • Thanh Hung Pham @hungpt commented Aug 13, 2020
      Master

      @anhtn Tương tự moving ra file css riêng biệt nha em

      Edited Aug 18, 2020
      @anhtn Tương tự moving ra file css riêng biệt nha em
    • Tô Ngọc Ánh @anhtn

      changed this line in version 4 of the diff

      Aug 18, 2020

      changed this line in version 4 of the diff

      changed this line in [version 4 of the diff](https://gitlab.zigexn.vn/anhtn/VeNJob/merge_requests/12/diffs?diff_id=5087&start_sha=78fc0282e2be9ae81c1b121a42b1228be8f8935d#1637dd5207d3586063c883b080a13b0322095524_17_16)
      Toggle commit list
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Aug 13, 2020
    Resolved by Tô Ngọc Ánh Aug 18, 2020
    app/controllers/applied_jobs_controller.rb 0 → 100644
    1 class AppliedJobsController < ApplicationController
    2 before_action :authenticate_user!
    3
    4 def new
    5 job = Job.find_by(id: params[:job_id])
    6 if job.nil?
    • Thanh Hung Pham @hungpt commented Aug 13, 2020
      Master

      @anhtn Chỗ này nên dùng theo kiểu này nha em https://anthonygharvey.com/ruby/guard_clauses_vs_nested_if_statements#:~:text=TLDR%3B%20a%20guard%20clause%20is,they%20can%20improve%20code%20readability.

      Edited Aug 18, 2020 by Thanh Hung Pham
      @anhtn Chỗ này nên dùng theo kiểu này nha em https://anthonygharvey.com/ruby/guard_clauses_vs_nested_if_statements#:~:text=TLDR%3B%20a%20guard%20clause%20is,they%20can%20improve%20code%20readability.
    • Tô Ngọc Ánh @anhtn

      changed this line in version 2 of the diff

      Aug 14, 2020

      changed this line in version 2 of the diff

      changed this line in [version 2 of the diff](https://gitlab.zigexn.vn/anhtn/VeNJob/merge_requests/12/diffs?diff_id=5070&start_sha=38b8dbb014e2174816be56e893e46ea07a42ee4f#c5bace4df87ea69609a952648dd8c2250c79834a_6_6)
      Toggle commit list
    Please register or sign in to reply
  • Tô Ngọc Ánh @anhtn

    added 1 commit

    • 95aa91b3 - edit confirm, finsh action applied_job controller

    Compare with previous version

    Aug 14, 2020

    added 1 commit

    • 95aa91b3 - edit confirm, finsh action applied_job controller

    Compare with previous version

    added 1 commit * 95aa91b3 - edit confirm, finsh action applied_job controller [Compare with previous version](https://gitlab.zigexn.vn/anhtn/VeNJob/merge_requests/12/diffs?diff_id=5070&start_sha=38b8dbb014e2174816be56e893e46ea07a42ee4f)
    Toggle commit list
  • Tô Ngọc Ánh @anhtn

    added 1 commit

    • 78fc0282 - create finish page

    Compare with previous version

    Aug 17, 2020

    added 1 commit

    • 78fc0282 - create finish page

    Compare with previous version

    added 1 commit * 78fc0282 - create finish page [Compare with previous version](https://gitlab.zigexn.vn/anhtn/VeNJob/merge_requests/12/diffs?diff_id=5072&start_sha=95aa91b3557f6f07a0b9bf06d827e24e89c2a949)
    Toggle commit list
  • Tô Ngọc Ánh @anhtn

    added 1 commit

    • 6b1c62b3 - send email applied job success, refactor code

    Compare with previous version

    Aug 18, 2020

    added 1 commit

    • 6b1c62b3 - send email applied job success, refactor code

    Compare with previous version

    added 1 commit * 6b1c62b3 - send email applied job success, refactor code [Compare with previous version](https://gitlab.zigexn.vn/anhtn/VeNJob/merge_requests/12/diffs?diff_id=5087&start_sha=78fc0282e2be9ae81c1b121a42b1228be8f8935d)
    Toggle commit list
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Aug 18, 2020
    Resolved by Tô Ngọc Ánh Aug 18, 2020
    .env
    2 DB_PASSWORD = '123456789'
    • Thanh Hung Pham @hungpt commented Aug 18, 2020
      Master

      @anhtn Cái này đừng đưa lên nha em. Lộ thông tin hết.

      Edited Aug 18, 2020
      @anhtn Cái này đừng đưa lên nha em. Lộ thông tin hết.
    • Tô Ngọc Ánh @anhtn commented Aug 18, 2020
      Master

      ủa ủa, em quên k đưa nó vô .gitignore :v

      ủa ủa, em quên k đưa nó vô .gitignore :v
    • Tô Ngọc Ánh @anhtn

      changed this line in version 5 of the diff

      Aug 18, 2020

      changed this line in version 5 of the diff

      changed this line in [version 5 of the diff](https://gitlab.zigexn.vn/anhtn/VeNJob/merge_requests/12/diffs?diff_id=5090&start_sha=6b1c62b3b09bc5023051c5b52a6d89b189d82200#3c84dcdc6bbe3d7817c49dcdc327b926fea1808a_2_0)
      Toggle commit list
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Aug 18, 2020
    Resolved by Tô Ngọc Ánh Aug 18, 2020
    app/uploaders/curriculum_vitae_uploader.rb
    17 17 0.megabytes..5.megabytes
    18 18 end
    19 19
    20 def asset_host
    21 "http://localhost:3000"
    • Thanh Hung Pham @hungpt commented Aug 18, 2020
      Master

      @anhtn Cái này sao để localhost em?

      Edited Aug 18, 2020
      @anhtn Cái này sao để `localhost` em?
    • Tô Ngọc Ánh @anhtn

      changed this line in version 7 of the diff

      Aug 18, 2020

      changed this line in version 7 of the diff

      changed this line in [version 7 of the diff](https://gitlab.zigexn.vn/anhtn/VeNJob/merge_requests/12/diffs?diff_id=5097&start_sha=5d771739ab2b52b7ceb02225b9960d42ae680e4c#f1580c8f420fe732428f1404d508f45d76837ca5_21_20)
      Toggle commit list
    Please register or sign in to reply
  • Tô Ngọc Ánh @anhtn

    added 1 commit

    • 9e1d5776 - remove .env

    Compare with previous version

    Aug 18, 2020

    added 1 commit

    • 9e1d5776 - remove .env

    Compare with previous version

    added 1 commit * 9e1d5776 - remove .env [Compare with previous version](https://gitlab.zigexn.vn/anhtn/VeNJob/merge_requests/12/diffs?diff_id=5090&start_sha=6b1c62b3b09bc5023051c5b52a6d89b189d82200)
    Toggle commit list
  • Thanh Hung Pham
    @hungpt started a discussion on the diff Aug 18, 2020
    Resolved by Tô Ngọc Ánh Aug 18, 2020
    app/views/applied_jobs/confirm.html.erb 0 → 100644
    1 <div class="row my-5 border-top border-bottom">
    • Thanh Hung Pham @hungpt commented Aug 18, 2020
      Master

      @anhtn Cái phần Step 1,2,3 dùng lại nhiều chỗ, tách ra partial riêng nha em.

      Edited Aug 18, 2020
      @anhtn Cái phần Step 1,2,3 dùng lại nhiều chỗ, tách ra partial riêng nha em.
    Please register or sign in to reply
  • Tô Ngọc Ánh @anhtn

    added 1 commit

    • 5d771739 - split file ribbon view

    Compare with previous version

    Aug 18, 2020

    added 1 commit

    • 5d771739 - split file ribbon view

    Compare with previous version

    added 1 commit * 5d771739 - split file ribbon view [Compare with previous version](https://gitlab.zigexn.vn/anhtn/VeNJob/merge_requests/12/diffs?diff_id=5096&start_sha=9e1d5776f44dcd955b03648fff6b88481c052476)
    Toggle commit list
  • Tô Ngọc Ánh @anhtn

    added 1 commit

    • f7895837 - fix url cv in mail

    Compare with previous version

    Aug 18, 2020

    added 1 commit

    • f7895837 - fix url cv in mail

    Compare with previous version

    added 1 commit * f7895837 - fix url cv in mail [Compare with previous version](https://gitlab.zigexn.vn/anhtn/VeNJob/merge_requests/12/diffs?diff_id=5097&start_sha=5d771739ab2b52b7ceb02225b9960d42ae680e4c)
    Toggle commit list
  • Tô Ngọc Ánh @anhtn

    resolved all discussions

    Aug 18, 2020

    resolved all discussions

    resolved all discussions
    Toggle commit list
  • Tô Ngọc Ánh @anhtn

    added 1 commit

    • a772e138 - check user_signed_in at applied job button

    Compare with previous version

    Aug 18, 2020

    added 1 commit

    • a772e138 - check user_signed_in at applied job button

    Compare with previous version

    added 1 commit * a772e138 - check user_signed_in at applied job button [Compare with previous version](https://gitlab.zigexn.vn/anhtn/VeNJob/merge_requests/12/diffs?diff_id=5101&start_sha=f7895837f039b2a739200dcb8883d32c69b738e0)
    Toggle commit list
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Aug 18, 2020
    Resolved by Tô Ngọc Ánh Aug 19, 2020
    app/views/jobs/show.html.erb
    31 31 <%= @job.description.html_safe %>
    32 32 </div>
    33 33 <div class="col-2">
    34 <%= link_to 'Apply Now', '#', class: 'btn btn-outline-success btn-lg' %>
    34 <% is_not_applied = user_signed_in? ? current_user.applied_jobs.find_by(job_id: @job.id).blank? : true %>
    35 <%= link_to_if is_not_applied, 'Apply Now', new_applied_job_path(job_id: @job.id), class: 'btn btn-outline-success btn-lg' do %>
    36 <%= link_to 'Apply Now', '#', class: 'btn btn-outline-secondary btn-lg disabled' %>
    37 <% end %>
    35 38 </div>
    36 39 </div>
    37 40 <div class="row my-3">
    38 41 <div class="col-6 text-right">
    39 <%= link_to 'Apply Now', '#', class: 'btn btn-outline-success btn-lg' %>
    42 <%= link_to 'Apply Now', new_applied_job_path(job_id: @job.id), class: 'btn btn-outline-success btn-lg' %>
    • Thanh Hung Pham @hungpt commented Aug 18, 2020
      Master

      @anhtn Nút này chưa check điều kiện is_not_applied nè em

      Edited Aug 19, 2020
      @anhtn Nút này chưa check điều kiện `is_not_applied` nè em
    • Tô Ngọc Ánh @anhtn

      changed this line in version 9 of the diff

      Aug 19, 2020

      changed this line in version 9 of the diff

      changed this line in [version 9 of the diff](https://gitlab.zigexn.vn/anhtn/VeNJob/merge_requests/12/diffs?diff_id=5104&start_sha=a772e13835285e0ea0a12662e5707739a69a2134#ca1dced2048c1aa2fb1f535b6ec69018f9a4ba2a_42_41)
      Toggle commit list
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Aug 18, 2020
    Resolved by Tô Ngọc Ánh Aug 19, 2020
    app/views/jobs/show.html.erb
    31 31 <%= @job.description.html_safe %>
    32 32 </div>
    33 33 <div class="col-2">
    34 <%= link_to 'Apply Now', '#', class: 'btn btn-outline-success btn-lg' %>
    34 <% is_not_applied = user_signed_in? ? current_user.applied_jobs.find_by(job_id: @job.id).blank? : true %>
    • Thanh Hung Pham @hungpt commented Aug 18, 2020
      Master

      @anhtn Nên move về controller check nha em

      Edited Aug 19, 2020
      @anhtn Nên move về controller check nha em
    • Tô Ngọc Ánh @anhtn

      changed this line in version 9 of the diff

      Aug 19, 2020

      changed this line in version 9 of the diff

      changed this line in [version 9 of the diff](https://gitlab.zigexn.vn/anhtn/VeNJob/merge_requests/12/diffs?diff_id=5104&start_sha=a772e13835285e0ea0a12662e5707739a69a2134#ca1dced2048c1aa2fb1f535b6ec69018f9a4ba2a_34_34)
      Toggle commit list
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on the diff Aug 18, 2020
    Resolved by Tô Ngọc Ánh Aug 19, 2020
    config/routes.rb
    7 7 get 'jobs/:model/:slug', to: 'jobs#index', as: :jobs
    8 8 get 'my', to: 'users#my_page', as: :my_page
    9 9 resources :users, only: :show
    10 get 'apply', to: 'applied_jobs#new', as: :new_applied_job
    • Thanh Hung Pham @hungpt commented Aug 18, 2020
      Master

      @anhtn break line chỗ này ra để dễ nhìn. Nó thuộc phần khác á.

      Edited Aug 19, 2020
      @anhtn break line chỗ này ra để dễ nhìn. Nó thuộc phần khác á.
    Please register or sign in to reply
  • Tô Ngọc Ánh @anhtn

    resolved all discussions

    Aug 19, 2020

    resolved all discussions

    resolved all discussions
    Toggle commit list
  • Tô Ngọc Ánh @anhtn

    added 1 commit

    • 936da9e5 - fix redirect link after signin, check is_applied_job in detail job

    Compare with previous version

    Aug 19, 2020

    added 1 commit

    • 936da9e5 - fix redirect link after signin, check is_applied_job in detail job

    Compare with previous version

    added 1 commit * 936da9e5 - fix redirect link after signin, check is_applied_job in detail job [Compare with previous version](https://gitlab.zigexn.vn/anhtn/VeNJob/merge_requests/12/diffs?diff_id=5104&start_sha=a772e13835285e0ea0a12662e5707739a69a2134)
    Toggle commit list
  • Tô Ngọc Ánh @anhtn

    added 1 commit

    • 3b5112ad - keep value input if validation error

    Compare with previous version

    Aug 20, 2020

    added 1 commit

    • 3b5112ad - keep value input if validation error

    Compare with previous version

    added 1 commit * 3b5112ad - keep value input if validation error [Compare with previous version](https://gitlab.zigexn.vn/anhtn/VeNJob/merge_requests/12/diffs?diff_id=5112&start_sha=936da9e5ea901487de0d401be36147413680bab5)
    Toggle commit list
  • Tô Ngọc Ánh @anhtn

    added 1 commit

    • 4bfe42bf - keep value input if validation error

    Compare with previous version

    Aug 20, 2020

    added 1 commit

    • 4bfe42bf - keep value input if validation error

    Compare with previous version

    added 1 commit * 4bfe42bf - keep value input if validation error [Compare with previous version](https://gitlab.zigexn.vn/anhtn/VeNJob/merge_requests/12/diffs?diff_id=5113&start_sha=3b5112adbf91114f85a05f788a3f8f0c216615d8)
    Toggle commit list
  • Tô Ngọc Ánh @anhtn

    added 2 commits

    • 18442764 - keep value input if validation error
    • 135d34d8 - Merge branch 'ID5-6-7' of gitlab.zigexn.vn:anhtn/VeNJob into ID5-6-7

    Compare with previous version

    Aug 20, 2020

    added 2 commits

    • 18442764 - keep value input if validation error
    • 135d34d8 - Merge branch 'ID5-6-7' of gitlab.zigexn.vn:anhtn/VeNJob into ID5-6-7

    Compare with previous version

    added 2 commits * 18442764 - keep value input if validation error * 135d34d8 - Merge branch &#x27;ID5-6-7&#x27; of gitlab.zigexn.vn:anhtn&#x2F;VeNJob into ID5-6-7 [Compare with previous version](https://gitlab.zigexn.vn/anhtn/VeNJob/merge_requests/12/diffs?diff_id=5114&start_sha=4bfe42bf538128b45f9bbc75d3d3049069d47958)
    Toggle commit list
  • Tô Ngọc Ánh @anhtn

    added 1 commit

    • 34c4d0c6 - fix redirect link after signin, check is_applied_job in detail job

    Compare with previous version

    Aug 20, 2020

    added 1 commit

    • 34c4d0c6 - fix redirect link after signin, check is_applied_job in detail job

    Compare with previous version

    added 1 commit * 34c4d0c6 - fix redirect link after signin, check is_applied_job in detail job [Compare with previous version](https://gitlab.zigexn.vn/anhtn/VeNJob/merge_requests/12/diffs?diff_id=5115&start_sha=135d34d812d63a8ed5ff4686547bc1ac65febd21)
    Toggle commit list
  • Tô Ngọc Ánh @anhtn

    added 1 commit

    • 027bd940 - Fix: display wrong fullname, email user at confirm page

    Compare with previous version

    Aug 20, 2020

    added 1 commit

    • 027bd940 - Fix: display wrong fullname, email user at confirm page

    Compare with previous version

    added 1 commit * 027bd940 - Fix: display wrong fullname, email user at confirm page [Compare with previous version](https://gitlab.zigexn.vn/anhtn/VeNJob/merge_requests/12/diffs?diff_id=5116&start_sha=34c4d0c6bc26652813333ad433cea0a1e494e2a8)
    Toggle commit list
  • Thanh Hung Pham
    @hungpt started a discussion on the diff Aug 20, 2020
    Resolved by Tô Ngọc Ánh Aug 20, 2020
    app/controllers/jobs_controller.rb
    9 9
    10 10 def show
    11 11 @job = Job.find_by(id: params[:id])
    12 @is_not_applied = user_signed_in? ? current_user.applied_jobs.find_by(job_id: @job.id).blank? : true
    • Thanh Hung Pham @hungpt commented Aug 20, 2020
      Master

      @anhtn Chỗ này nếu Job không có bị lỗi á em

      @anhtn Chỗ này nếu Job không có bị lỗi á em
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on the diff Aug 20, 2020
    Resolved by Tô Ngọc Ánh Aug 20, 2020
    app/views/applied_jobs/new.html.erb 0 → 100644
    1 <div class="row my-5 border-top border-bottom">
    2 <%= render partial: 'applied_jobs/ribbon_active', locals: { stt: 1, name: 'New' } %>
    3 <%= render partial: 'applied_jobs/ribbon_disable', locals: { stt: 2, name: 'Confirm' } %>
    4 <%= render partial: 'applied_jobs/ribbon_disable', locals: { stt: 3, name: 'Finish' } %>
    5 </div>
    6 <%= render 'applied_jobs/errors' if flash[:error].present? %>
    7 <div class="apply-form mx-5 px-5">
    8 <%= form_for @applied_job, url: confirm_applied_job_path do |f| %>
    9 <%= f.hidden_field :job_id %>
    10 <div class="d-flex justify-content-between my-3">
    • Thanh Hung Pham @hungpt commented Aug 20, 2020
      Master

      @anhtn Thêm cái Job Name cho người dùng biết đang apply Job nào.`

      @anhtn Thêm cái `Job Name` cho người dùng biết đang apply Job nào.`
    Please register or sign in to reply
  • Tô Ngọc Ánh @anhtn

    added 1 commit

    • f4fb834b - show job title and notice if cv is nil

    Compare with previous version

    Aug 20, 2020

    added 1 commit

    • f4fb834b - show job title and notice if cv is nil

    Compare with previous version

    added 1 commit * f4fb834b - show job title and notice if cv is nil [Compare with previous version](https://gitlab.zigexn.vn/anhtn/VeNJob/merge_requests/12/diffs?diff_id=5118&start_sha=027bd940836a1c6861102b05cd0af42195c2690b)
    Toggle commit list
  • Tô Ngọc Ánh @anhtn

    resolved all discussions

    Aug 20, 2020

    resolved all discussions

    resolved all discussions
    Toggle commit list
  • Tô Ngọc Ánh @anhtn

    mentioned in commit a88e34a0

    Aug 20, 2020

    mentioned in commit a88e34a0

    mentioned in commit a88e34a0895c975dea81696e9c16afc5ef6a75ac
    Toggle commit list
  • Tô Ngọc Ánh @anhtn

    merged

    Aug 20, 2020

    merged

    merged
    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
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
2
2 participants
Reference: anhtn/VeNJob!12
×

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.