Default field length is 128. I think it should be 256 min to work with deep breadcrumb
Agree. This could be achieved by adding '#maxlength' => 256 to the arrays in line 689 and 694 of path_breadcrumbs_ui.module.
'#maxlength' => 256
path_breadcrumbs_ui.module
Done: http://drupalcode.org/project/path_breadcrumbs.git/commitdiff/5dec6f2222...
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
grient commentedAgree. This could be achieved by adding
'#maxlength' => 256to the arrays in line 689 and 694 ofpath_breadcrumbs_ui.module.Comment #2
kalabroComment #3
kalabroDone: http://drupalcode.org/project/path_breadcrumbs.git/commitdiff/5dec6f2222...