ItEr16S11CUCreacionDeOrganizacionsDeTraballoItEr15S06: Fix bug when assigning a criterion type to the list of selected criterion types in OrderElement form
This commit is contained in:
parent
52e8c843c8
commit
e34ea18aa2
1 changed files with 6 additions and 0 deletions
|
|
@ -174,4 +174,10 @@ import org.springframework.stereotype.Component;
|
||||||
.isEquals();
|
.isEquals();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int hashCode() {
|
||||||
|
int hash = 7;
|
||||||
|
hash = 59 * hash + (this.name != null ? this.name.hashCode() : 0);
|
||||||
|
return hash;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue