input fields accept only 32 characters (e.g. in Edit Prop.)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2012 09:56 AM
For some reason when you edit the properties for an object in OpenWorkdesk you aren't able to enter very long names for properties. The entry field stops accepting input after 32 characters (though it is configured in backend to accept longer names). Is there a way to configure this?
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2012 08:45 AM
Yes, there is a way to configure this in the new OpenWorkdesk 3.2 release. We introduced a new node in the owbootstrap.xml that is named "DefaultStringMaxSize" => the default value is 32 and you can change it to any value.
….
<ClassName>com.wewebu.ow.server.app.OwStandardFieldManager</ClassName>
<Version>3.2.0</Version>
<TextAreaThreshold>255</TextAreaThreshold>
<DefaultStringMaxSize>32</DefaultStringMaxSize>
….
….
<ClassName>com.wewebu.ow.server.app.OwStandardFieldManager</ClassName>
<Version>3.2.0</Version>
<TextAreaThreshold>255</TextAreaThreshold>
<DefaultStringMaxSize>32</DefaultStringMaxSize>
….