mirror of
https://gitee.com/jmix/cuba.git
synced 2024-11-30 18:27:56 +08:00
Unable to import old reports created before 6.0 #PL-6210
This commit is contained in:
parent
a7bdf2f4db
commit
224339ceea
@ -24,6 +24,9 @@ public class ViewProperty implements Serializable {
|
||||
|
||||
private FetchMode fetchMode = FetchMode.AUTO;
|
||||
|
||||
@Deprecated
|
||||
private boolean lazy = false;
|
||||
|
||||
public ViewProperty(String name, @Nullable View view) {
|
||||
this(name, view, FetchMode.AUTO);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user