Unverified Commit 159f6d4c authored by Stefan Auditor's avatar Stefan Auditor
Browse files

Issue #3292391 by sanduhrs: Implement migration for Groups, Nodes, Users: Ignore empty datasest

parent 0edd3196
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -53,6 +53,9 @@ class L10nServerString extends SqlBase {
   * {@inheritdoc}
   */
  public function prepareRow(Row $row) {
    if (!$row->getSourceProperty('value')) {
      return FALSE;
    }
    return parent::prepareRow($row);
  }