CC import give error if forum description > 255 characters
GENERAL
TESTING
GENERAL
TESTING
Description
Try importing a CC file where the <TEXT> item for a forum > 255 characters. Forums has two descriptions, long and short. I was setting both to the text. The fix truncates to 255, using org.apache.commons.lang.StringUtils.abbreviate.
Try importing a CC file where the <TEXT> item for a forum > 255 characters. Forums has two descriptions, long and short. I was setting both to the text. The fix truncates to 255, using org.apache.commons.lang.StringUtils.abbreviate.