You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -155,7 +152,7 @@ public function update(ArticleRequest $request, Article $article)
155
152
156
153
$article = $article->fresh();
157
154
158
-
if ($wasNotPreviouslySubmitted && $request->shouldBeSubmitted()) {
155
+
if ($wasNotPreviouslySubmitted && $request->shouldBeSubmitted() && $article->isNotApproved()) {
159
156
$this->success('Thank you for submitting, unfortunately we can\'t accept every submission. You\'ll only hear back from us when we accept your article.');
0 commit comments