mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-05 04:38:10 +08:00
AppWindow: addUserSelect protected access
This commit is contained in:
parent
aa7156ab5f
commit
2445fa6acf
@ -650,7 +650,7 @@ public class AppWindow extends Window implements UserSubstitutionListener {
|
||||
}
|
||||
}
|
||||
|
||||
private void addUserSelect(HorizontalLayout parentLayout) {
|
||||
protected void addUserSelect(HorizontalLayout parentLayout) {
|
||||
|
||||
if (webConfig.getUseLightHeader()) {
|
||||
substUserSelect = new FilterSelect();
|
||||
|
Loading…
Reference in New Issue
Block a user