Download & Extend

directory field has default size of 128 characters

Project:API
Version:master
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

When adding directory values i cannot add two directories because my multi site configuration path are to long. Ie tThis is 148 characters long:

/var/usr/local/drupal/core/drupal-5.10/sites/all/contributions/developer:/var/usr/local/drupal/core/drupal-5.10/sites/example.com/modules/my_module

Adding a

<?php
'#maxlength' => 255,
?>
to this text field would be a first step. But it would be nicer to have a text area.

Comments

#1

Version:5.x-1.0» master
Status:active» fixed

In HEAD, this is already a textarea and the limit in the db is 255.

#2

Status:fixed» closed (fixed)

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