File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1778
1778
dataManager . _getData ( schema ) . then ( function ( ) {
1779
1779
callback ( schema ) ;
1780
1780
dataManager . currentSettings = prevSettings ;
1781
- dataManager . activeSchema = prevActiveSchema
1781
+ dataManager . activeSchema = prevActiveSchema ;
1782
1782
} ) ;
1783
1783
}
1784
1784
1785
1785
DataUtil . eachItem ( widget . currentSettings . formItems , function ( item ) {
1786
1786
1787
1787
if ( item . type === "resultTable" && item . editable && ! item . isProcessed ) {
1788
-
1789
1788
var onCreateClick ;
1790
1789
var onEditClick ;
1791
1790
1948
1947
{
1949
1948
type : "button" ,
1950
1949
title : translate ( 'feature.edit' ) ,
1951
- className : 'edit' ,
1952
- onClick : onEditClick
1950
+ cssClass : 'edit' ,
1951
+ click : onEditClick
1953
1952
} ,
1954
1953
{
1955
1954
type : "button" ,
You can’t perform that action at this time.
0 commit comments