mirror of
https://gitee.com/jmix/cuba.git
synced 2024-11-30 10:17:43 +08:00
Field group should support focus order even if field is not visible and then become visible #PL-5550
This commit is contained in:
parent
94654cd88b
commit
9f11bb9501
@ -478,7 +478,7 @@ configure(webToolkitModule) {
|
||||
widgetSetClass = 'com.haulmont.cuba.web.toolkit.ui.WidgetSet'
|
||||
// Debug flags:
|
||||
// draft = true
|
||||
// compilerArgs = ['-style': 'DETAILED']
|
||||
// compilerArgs = ['-style': 'DETAILED']
|
||||
|
||||
// Performance and widgetset size:
|
||||
// disableCastChecking = true
|
||||
@ -506,6 +506,9 @@ configure(webToolkitModule) {
|
||||
into "$tomcatDir/webapps/cuba"
|
||||
}
|
||||
}
|
||||
|
||||
task cleanWidgetSet(dependsOn: clean) {
|
||||
}
|
||||
}
|
||||
|
||||
configure(desktopModule) {
|
||||
|
@ -3,7 +3,7 @@
|
||||
* Use is subject to license terms, see http://www.cuba-platform.com/license for details.
|
||||
*/
|
||||
|
||||
project.ext.vaadinVersion = '7.4.6.cuba.3'
|
||||
project.ext.vaadinVersion = '7.4.6.cuba.4'
|
||||
|
||||
project.ext.vaadinShared = [group: 'com.vaadin', name: 'vaadin-shared', version: vaadinVersion]
|
||||
project.ext.vaadinServer = [group: 'com.vaadin', name: 'vaadin-server', version: vaadinVersion]
|
||||
|
Loading…
Reference in New Issue
Block a user