Skip to content

fix(ListView): In ListView make visible link title value for Subject column by rareMaxim [frappe] PR#25569

Bot Dokos requested to merge ft-pr-25569 into develop

From: https://github.com/frappe/frappe/pull/25569
Date: 2024-03-30 07:53:01+02:00

  • fix(ListView): In ListView make visible link title value for Subject column (#25569)



Diagnostics

pre-commit failed for source commit: f32c3aa3a881bb4ebeb9e4d26411d018ccdb1595
eslint...................................................................Failed
- hook id: eslint
- exit code: 1

frappe/public/js/frappe/list/list_view.js
  1134:53  error  'is_liked' is not defined  no-undef

 1 problem (1 error, 0 warnings)



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-25569

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-25569

# Make changes then rebase
git rebase -i develop

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports