Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C CiviCRM Core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,374
    • Issues 1,374
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • CiviCRM Core
  • Issues
  • #1465

Closed
Open
Created Dec 10, 2019 by calbasi@calbasiDeveloper

CiviCRM truncate multiple option fields to 255 characters

Overview

CiviCRM truncate multiple option fields to 255 characters

Reproduction steps

  1. Create a multioption field with lots of text option choices
  2. Save a contact selecting several options that sum more than 255 char.
  3. Export it

Current behaviour

Your exported field gets truncated at 255 characters

Expected behaviour

All the info should be exported.

Environment information

  • CiviCRM: 5.15
  • PHP: 5.x
  • CMS: Drupal 7.x
  • Database: MariaDB
  • Web Server: Apache 2.x
  • OS: Debian 9.x

Comments

I think it could be related with this:

  • https://issues.civicrm.org/jira/browse/CRM-15048
  • https://github.com/civicrm/civicrm-core/pull/3790 In this case, @colemanw fix the bug using the lenght of the field set in CiviCRM. But what about multiple choices?
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking