Skip to content

Commit

Permalink
Fix EZP-24198: legacy admin: autosave will delete information about r…
Browse files Browse the repository at this point in the history
…elations if AdvancedObjectRelationList = enabled

Don't set draft status on the related object.
  • Loading branch information
glye committed Apr 21, 2015
1 parent 428dbd4 commit 6ae131d
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -457,7 +457,6 @@ function storeObjectAttribute( $attribute )
$version->store();
}

$object->setAttribute( 'status', eZContentObject::STATUS_DRAFT );
$object->store();
}
}
Expand Down

0 comments on commit 6ae131d

Please sign in to comment.