diff --git a/src/app/action/controllers/PreProcessActionController.php b/src/app/action/controllers/PreProcessActionController.php
index c6e5eec104ec179244559f500c8e1ff22ea98352..74112da219320054913807e65dd7ff9a98a099bb 100755
--- a/src/app/action/controllers/PreProcessActionController.php
+++ b/src/app/action/controllers/PreProcessActionController.php
@@ -1151,6 +1151,7 @@ class PreProcessActionController
             $today = new \DateTime('today');
             if ($opinionLimitDate < $today) {
                 $resourcesInformation['error'][] = ['alt_identifier' => $resource['alt_identifier'], 'res_id' => $resource['res_id'], 'reason' => 'opinionLimitDateOutdated'];
+                continue;
             }
 
             $opinionNote = NoteModel::get([
@@ -1211,6 +1212,7 @@ class PreProcessActionController
             $today = new \DateTime('today');
             if ($opinionLimitDate < $today) {
                 $resourcesInformation['error'][] = ['alt_identifier' => $resource['alt_identifier'], 'res_id' => $resId, 'reason' => 'opinionLimitDateOutdated'];
+                continue;
             }
 
             $opinionNote = NoteModel::get([
@@ -1277,6 +1279,7 @@ class PreProcessActionController
             $today = new \DateTime('today');
             if ($opinionLimitDate < $today) {
                 $resourcesInformation['error'][] = ['alt_identifier' => $resource['alt_identifier'], 'res_id' => $resId, 'reason' => 'opinionLimitDateOutdated'];
+                continue;
             }
 
             $opinionNote = NoteModel::get([