Download & Extend

The paths field in the db schema is too small

Project:Custom Breadcrumbs
Version:7.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

The limit of 255 characters for paths & titles is too small for combinations of some tokens.
For example the following paths setting cannot be saved:

articles
articles/[node:field-category-primary:parent:parent:name]
articles/[node:field-category-primary:parent:parent:name]/[node:field-category-primary:parent:name]
articles/[node:field-category-primary:parent:parent:name]/[node:field-category-primary:parent:name]/[node:field-category-primary:name]

Comments

#1

Here's a patch to make the varchars text fields.

AttachmentSize
larger_text_fields_1163752.patch 1.24 KB

#2

Thanks for the patch. I vote that it be rolled into the next release.