enable xmlrpc system modul, hide method getOrderBy
This commit is contained in:
parent
96c2646aac
commit
dcd9f9fbfe
@ -87,7 +87,7 @@ public class EMailAddressRemote extends AbstractRemote {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getOrderBy() {
|
||||
protected String getOrderBy() {
|
||||
return "ORDER BY obj.domain.name ASC, obj.subdomain ASC, obj.localpart ASC";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user