diff --git a/www/artworks/post.php b/www/artworks/post.php index 90a1262d..0060601e 100644 --- a/www/artworks/post.php +++ b/www/artworks/post.php @@ -69,6 +69,7 @@ try{ $artwork->ArtworkId = $originalArtwork->ArtworkId; $artwork->Created = $originalArtwork->Created; $artwork->SubmitterUserId = $originalArtwork->SubmitterUserId; + $artwork->Status = $originalArtwork->Status; // Overwrite any value got from POST because we need permission to change the status $newStatus = ArtworkStatus::tryFrom(HttpInput::Str(POST, 'artwork-status') ?? ''); if($newStatus !== null){