pac property unixuser should not be available on api
This commit is contained in:
parent
b94f19caba
commit
c0958cdc8f
@ -89,7 +89,6 @@ public class Pac extends AbstractEntity implements Serializable {
|
||||
private Set<PacComponent> pacComponents;
|
||||
|
||||
@OneToMany(fetch = LAZY, cascade = ALL, mappedBy="pac")
|
||||
@AnnFieldIO(rw=ReadWriteAccess.WRITEONCE,validation="[a-z0-9\\-\\.\\_]*")
|
||||
private Set<UnixUser> unixUser;
|
||||
|
||||
public void initPacComponents(EntityManager em, BasePac aBasepac, boolean setDefaults) {
|
||||
|
Loading…
Reference in New Issue
Block a user