Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Nov 30, 2020
2 parents f54608b + 7a6cc28 commit b176d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Expand Up @@ -8,7 +8,7 @@
<!DOCTYPE html>
<html xmlns:wicket="http://wicket.apache.org">
<wicket:panel>
<div wicket:id="items" class="main-form-panel" style="overflow-x: hidden;">
<div wicket:id="items" class="main-form-panel">
<div class="row" >
<div class="col-md-12" wicket:id="itemsTable" style="margin: 5px 0;"/>
</div>
Expand Down
Expand Up @@ -29,9 +29,7 @@
* @author skublik
*/
@Component
public class AssignmentWrapperFactoryImpl extends PrismContainerWrapperFactoryImpl<AssignmentType> {

private static final Trace LOGGER = TraceManager.getTrace(AssignmentWrapperFactoryImpl.class);
public class AssignmentWrapperFactoryImpl extends NoEmptyValueContainerWrapperFactoryImpl<AssignmentType> {

@Override
public PrismContainerValueWrapper<AssignmentType> createContainerValueWrapper(PrismContainerWrapper<AssignmentType> objectWrapper, PrismContainerValue<AssignmentType> objectValue, ValueStatus status, WrapperContext context) {
Expand Down

0 comments on commit b176d1f

Please sign in to comment.