Hi
I tried to migrate my project to 6.10 and following error seems to me the problem is related grid without and column but didn’t see any GUI component this error attached to. Any clue about the reason and a solution?
2018-10-05 21:35:58.120 ERROR [http-nio-8080-exec-21] com.haulmont.cuba.web.AppUI - Unable to init ui com.haulmont.cuba.gui.GuiDevelopmentException: 'grid' element must contain 'columns' element at com.haulmont.cuba.gui.xml.layout.loaders.GridLayoutLoader.createComponent(GridLayoutLoader.java:42) ~[cuba-gui-6.10.0.jar:6.10.0] at com.haulmont.cuba.gui.xml.layout.LayoutLoader.createComponent(LayoutLoader.java:94) ~[cuba-gui-6.10.0.jar:6.10.0] at com.haulmont.cuba.gui.xml.layout.loaders.ContainerLoader.createSubComponents(ContainerLoader.java:69) ~[cuba-gui-6.10.0.jar:6.10.0] at com.haulmont.cuba.gui.xml.layout.loaders.VBoxLayoutLoader.createComponent(VBoxLayoutLoader.java:26) ~[cuba-gui-6.10.0.jar:6.10.0] at com.haulmont.cuba.gui.xml.layout.LayoutLoader.createComponent(LayoutLoader.java:94) ~[cuba-gui-6.10.0.jar:6.10.0] at com.haulmont.cuba.gui.xml.layout.loaders.ContainerLoader.createSubComponents(ContainerLoader.java:69) ~[cuba-gui-6.10.0.jar:6.10.0]
I used Studio to migrate, therefore, I suppose there is no manual migration of my code necessary. Accordingly I noticed that the build.gradle has been updated with the following automatically:
entitiesEnhancing {
main { enabled = true }
}
Thanks for any help.