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

eZ Matrix notice when a column doesn't have a value in the current row

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Critical Critical
    • None
    • 2.5.6, 3.0.0-beta3
    • Field types
    • None

    Description

      Matrix row columns that are empty aren't populated in Row objects. When they're queried, they will issue a notice.

      Value example:

      RowsCollection {#2364 ▼
        storage: array:2 [▼
          0 => Row {#2361 ▼
            #cells: array:2 [▼
              "name" => "Can you see my screen ?"
              "weight" => "classic"
            ]
          }
          1 => Row {#2362 ▼
            #cells: array:2 [▼
              "name" => "It worked yesterday"
              "price" => "priceless"
            ]
          }
        ]
      }
      

      Empty columns should have their key set even if they're empty.

      Attachments

        Activity

          People

            Unassigned Unassigned
            bertrand.dunogier@ibexa.co Bertrand Dunogier
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: