Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-13629

Setting 'no_display'to FALSE in report columns definition has the same effect as setting it to TRUE

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Trivial
    • Resolution: Fixed/Completed
    • Affects Version/s: 4.4.0
    • Fix Version/s: 4.4.0
    • Component/s: None
    • Labels:
      None

      Description

      In at least 2 places in CRM_Report_Form.php there is reference to

      if (!array_key_exists('no_display', $field)) {

      Where it should be

      if(empty($field['no_display'])

        Attachments

          Activity

            People

            • Assignee:
              monish.deb Monish Deb
              Reporter:
              eileen Eileen McNaughton
            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: