Skip to content

Commit

Permalink
Merge branch 'master' into devel-3.c
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Mar 29, 2017
2 parents 24ca31c + 426666a commit 2f60b3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Expand Up @@ -359,7 +359,6 @@ public <V extends PrismValue, D extends ItemDefinition, T extends ObjectType, F
if (aPrioriTargetObject != null && mappingOutputPath != null) {
aPrioriTargetItem = aPrioriTargetObject.findItem(mappingOutputPath);
}
LOGGER.info("PPPPPPPPPPP aPrioriTargetItem: {}", aPrioriTargetItem);
if (hasNoValue(aPrioriTargetItem)) {

mappingOutputStruct.setWeakMappingWasUsed(true);
Expand Down
Expand Up @@ -82,14 +82,11 @@
<lifecycleState>
<outbound>
<name>lifecycle-lifecycle</name>
<trace>true</trace>
<source>
<path>employeeType</path>
</source>
<expression>
<trace>true</trace>
<script>
<trace>true</trace>
<code>
if (employeeType == 'WRECK') {
return 'archived';
Expand Down

0 comments on commit 2f60b3c

Please sign in to comment.