Loading module/Oscar/src/Oscar/Controller/ProjectGrantController.php +1 −2 Changes for module/Oscar/src/Oscar/Controller/ProjectGrantController.php: 1 added line, 2 removed lines. Original line number Diff line number Diff line Loading @@ -2847,8 +2847,7 @@ class ProjectGrantController extends AbstractOscarController implements UseNotif if ($this->getOscarConfigurationService()->isPfiStrict() && preg_match($this->getOscarConfigurationService()->getValidationPFI(), $search)) { $parameters['search'] = $search; $qb->andWhere('c.codeEOTP = :search'); $qb->andWhere('c.codeEOTP = :search'); $qb->andWhere('LOWER(c.codeEOTP) = LOWER(:search)'); } elseif (preg_match('/(.*)=(.*)/', $search, $result)) { $key = $result[1]; Loading Loading
module/Oscar/src/Oscar/Controller/ProjectGrantController.php +1 −2 Changes for module/Oscar/src/Oscar/Controller/ProjectGrantController.php: 1 added line, 2 removed lines. Original line number Diff line number Diff line Loading @@ -2847,8 +2847,7 @@ class ProjectGrantController extends AbstractOscarController implements UseNotif if ($this->getOscarConfigurationService()->isPfiStrict() && preg_match($this->getOscarConfigurationService()->getValidationPFI(), $search)) { $parameters['search'] = $search; $qb->andWhere('c.codeEOTP = :search'); $qb->andWhere('c.codeEOTP = :search'); $qb->andWhere('LOWER(c.codeEOTP) = LOWER(:search)'); } elseif (preg_match('/(.*)=(.*)/', $search, $result)) { $key = $result[1]; Loading