Panel pages Title field uses a std formapi for the textfield. This defaults to a #maxlength of 128. Since this field allows tokens and html, this limit can get hit pretty quickly.

This patch sets #maxlength to 255.

CommentFileSizeAuthor
panels-increase_title_maxlength.patch608 bytesliquidcms
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Letharion’s picture

Assigned: Unassigned » merlinofchaos
merlinofchaos’s picture

Status: Needs review » Fixed

Committed and pushed. It's best on everyone if you use git diff to create patches; this patch wouldn't apply with git apply, I had to use patch -p0 which is the pre-git format.

liquidcms’s picture

yea.. switching over to git any day now.. lol.. as it is i need to clean up all the patches from d.org to get rid of git text so i can use -p0 :)

MIT thanks you for patch submission: http://architecture.mit.edu/

Status: Fixed » Closed (fixed)

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

  • Commit 19d9f34 on 7.x-3.x, 7.x-3.x-i18n, 8.x-3.x by merlinofchaos:
    Issue #1308954 by liquidcms: Increase #maxlength on panel title to...