Closed (fixed)
Project:
Actions
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2008 at 06:03 UTC
Updated:
13 May 2008 at 19:52 UTC
for the canned action action_node_assign_owner() if there are more than 200 users in the system a very small text field is rendered instead of the select menu. Problem is, the text field has a size set to 6 (very small) and a maxlength of 7 characters which means that any usernames longer than 7 characters cannot be validated and therefore breaking the action.
Is it possible to use the specs found in node.module for specifying author which has a maxlength of 60, no size specified, and also uses the autocomplete widget?
Comments
Comment #1
jvandyk commentedFixed.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.