Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-14305

eZApprove creates a collaboration participant link with participant_id 0 when only approver groups are chosen

    XMLWordPrintable

Details

    Description

      The code

      $editors = explode( ',', $event->attribute( 'data_text3' ) );
      

      is responsible for this.

      Should become something like:

      $editors = trim( $event->attribute( 'data_text3' ) ) == '' ? array() : explode( ',', $event->attribute( 'data_text3' ) );
      

      Attachments

        Activity

          People

            cyberwolf cyberwolf
            cyberwolf cyberwolf
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: