Active
Project:
Views attach
Version:
6.x-2.2
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2011 at 20:31 UTC
Updated:
20 Sep 2011 at 03:48 UTC
Jump to comment: Most recent file
I have a use case where I want to use 5 or 6 (maybe more) tokens for an argument. Problem is that there is no #maxlength attribute in options_form - ($form['default_argument']).
Is there an acceptable #maxlength that we can declare or should I just alter for my own use case.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views_attach-maxlength-on-token-1284344-2.patch | 723 bytes | bxtaylor |
Comments
Comment #1
bxtaylor commentedI added the #maxlength attribute and set it to 1024 to the 7.x-2.x version as it seemed identical to 6.x-2.x. Here is the patch.