Skip to content

fix: Increase folder link field size by ankush [frappe] PR#26381

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

From: https://github.com/frappe/frappe/pull/26381
Date: 2024-05-09 12:10:21+05:30

  • fix: Increase folder link field size (#26381)



Diagnostics

pre-commit failed for source commit: 53517630aec90d931ed004a04750c20d420670c5
Run ruff linter..........................................................Failed
- hook id: ruff
- exit code: 1

frappe/model/base_document.py:629:5: RUF005 Consider `[*list(d.values()), name]` instead of concatenation
Found 1 error.
No fixes available (1 hidden fix can be enabled with the `--unsafe-fixes` option).



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

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

# 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