Skip to content

Commit

Permalink
Merge pull request #559 from navikt/fixSkjermetSTO
Browse files Browse the repository at this point in the history
Fix skjermet STO not getting picked
  • Loading branch information
mamikals authored Jan 22, 2024
2 parents 8de323d + a2889ed commit 40833d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions force-app/main/default/classes/nksGetStoUtilityController.cls
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @description :
* @author : mamikals
* @group :
* @last modified on : 11-01-2024
* @last modified on : 22-01-2024
* @last modified by : mamikals
**/
public without sharing class nksGetStoUtilityController {
Expand Down Expand Up @@ -228,7 +228,7 @@ public without sharing class nksGetStoUtilityController {
SELECT RelatedRecordId
FROM SkillRequirement
WHERE
(SkillId NOT IN :allUserSkills.userConfidentialMap.values()
(Skill.DeveloperName NOT IN :allUserSkills.userConfidentialMap.values()
AND Skill.DeveloperName IN :confidentialitySkills)
OR (Skill.DeveloperName NOT IN :allUserSkills.userOriginMap.values()
AND Skill.DeveloperName IN :originSkills)
Expand Down

0 comments on commit 40833d2

Please sign in to comment.