directory field has default size of 128 characters
clemens.tolboom - September 10, 2008 - 14:02
| Project: | API |
| Version: | HEAD |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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_moduleAdding a
<?php
'#maxlength' => 255,
?>
#1
In HEAD, this is already a textarea and the limit in the db is 255.
#2
Automatically closed -- issue fixed for two weeks with no activity.