Changeset 2113

Show
Ignore:
Timestamp:
03/26/09 16:18:20 (4 years ago)
Author:
lmajano
Message:

fixes on lm

Location:
codedepot/trunk/projects/LookupManager
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • codedepot/trunk/projects/LookupManager/handlers/lookups.cfc

    r2106 r2113  
    124124                        /* Setup some list types */ 
    125125                        rc.propertyTypes                = "binary,boolean,date,numeric,UUID,GUID,string"; 
    126                         rc.pktypes                              = "UUID,GUID,string"; 
     126                        rc.pktypes                              = "UUID,GUID,string,numeric"; 
    127127                        rc.lookupBooleanTypes   = "radio,select"; 
    128128                        rc.lookupHTMLTypes              = "password,richttext,text,textarea"; 
  • codedepot/trunk/projects/LookupManager/views/lookups/addLookupHelper.cfm

    r2106 r2113  
    1010                return left(word,len(word)-1); 
    1111        } 
     12        return word; 
    1213} 
    1314</cfscript>