Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Increase folder link field size (backport #26381) #26383

Merged
merged 3 commits into from
May 9, 2024

Commits on May 9, 2024

  1. fix: Increase folder link field size (#26381)

    * fix: increase folder length to 255
    
    File `name` is 255 because it's bootstrapped using mariadb.sql, so users
    can create 255 char long folders but can't store anything in it.
    
    * fix(UX): slightly better character len message
    
    Highlight field by making it bold.
    
    (cherry picked from commit 5351763)
    
    # Conflicts:
    #	frappe/core/doctype/file/file.json
    #	frappe/model/base_document.py
    ankush authored and mergify[bot] committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9dfcbd1 View commit details
    Browse the repository at this point in the history
  2. Update file.json

    ankush committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8510457 View commit details
    Browse the repository at this point in the history
  3. Update base_document.py

    ankush committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4004c60 View commit details
    Browse the repository at this point in the history