Currently max length of the box title is set to 50. This is not enough.
Node has limit 255 for title.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Pasqualle created an issue. See original summary.

Pasqualle’s picture

Status: Active » Needs work
FileSize
1.06 KB

update is not working

havran’s picture

Patch for update title to max lenght 255.

Pasqualle’s picture

Status: Needs work » Needs review

  • Pasqualle committed 37478d0 on 8.x-1.x authored by havran
    Issue #2917648 by Pasqualle, havran: Increase title max length to 255
    
Pasqualle’s picture

Status: Needs review » Fixed
havran’s picture

Status: Fixed » Needs review
FileSize
1.33 KB

The SQL storage cannot change the schema for an existing field (title in box entity) with data. Update now check boxes count and execute if count is zero.

  • Pasqualle committed ca7e172 on 8.x-1.x authored by havran
    Issue #2917648 by havran, Pasqualle: Increase title max length to 255
    
Pasqualle’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.