File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
Griddly.NetCore.Razor/wwwroot/js Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 15
15
//
16
16
// You can specify all the values or you can default the Revision and Build Numbers
17
17
// by using the '*' as shown below:
18
- [ assembly: AssemblyVersion ( "3.6.29 " ) ]
19
- [ assembly: AssemblyFileVersion ( "3.6.29 " ) ]
18
+ [ assembly: AssemblyVersion ( "3.6.30 " ) ]
19
+ [ assembly: AssemblyFileVersion ( "3.6.30 " ) ]
20
20
//[assembly: AssemblyInformationalVersion("2.5-filters")]
Original file line number Diff line number Diff line change 7
7
<PackageDir >$(BuildDir)\Packages</PackageDir >
8
8
<SolutionFile >$(BaseDir)\Griddly.sln</SolutionFile >
9
9
<MSBuildExtensions >$(BaseDir)\.build\MSBuild.Community.Tasks.dll</MSBuildExtensions >
10
- <VisualStudioVersion >16 .0</VisualStudioVersion >
10
+ <VisualStudioVersion >17 .0</VisualStudioVersion >
11
11
</PropertyGroup >
12
12
13
13
<UsingTask AssemblyFile =" $(MSBuildExtensions)" TaskName =" MSBuild.Community.Tasks.XmlUpdate" />
Original file line number Diff line number Diff line change 664
664
hidePopover ( filter , self . isBootstrap4 ) ;
665
665
666
666
if ( ! self . options . autoRefreshOnFilter && self . pendingInlineFilterRefresh ) {
667
- self . refresh ( ) ;
667
+ self . refresh ( true ) ;
668
668
}
669
669
}
670
670
}
1247
1247
$input . blur ( ) ;
1248
1248
1249
1249
if ( ! this . options . autoRefreshOnFilter && this . pendingInlineFilterRefresh ) {
1250
- this . refresh ( ) ;
1250
+ this . refresh ( true ) ;
1251
1251
}
1252
1252
1253
1253
var filter = $input . data ( "griddly-filter" ) ;
1309
1309
else {
1310
1310
$ ( ".griddly-inline-filter-update" , content ) . click ( $ . proxy ( function ( e ) {
1311
1311
if ( this . pendingInlineFilterRefresh ) {
1312
- this . refresh ( ) ;
1312
+ this . refresh ( true ) ;
1313
1313
}
1314
1314
hidePopover ( filterTrigger , this . isBootstrap4 ) ;
1315
1315
} , this ) ) ;
1593
1593
this . triggerOrQueue ( this . $element , "resetfilters.griddly" ) ;
1594
1594
1595
1595
if ( refresh != false )
1596
- this . refresh ( ) ;
1596
+ this . refresh ( true ) ;
1597
1597
} ,
1598
1598
1599
1599
clearFilterValues : function ( refresh )
1603
1603
this . triggerOrQueue ( this . $element , "resetfilters.griddly" ) ;
1604
1604
1605
1605
if ( refresh != false )
1606
- this . refresh ( ) ;
1606
+ this . refresh ( true ) ;
1607
1607
} ,
1608
1608
1609
1609
updateFilterDisplay : function ( )
Original file line number Diff line number Diff line change 664
664
hidePopover ( filter , self . isBootstrap4 ) ;
665
665
666
666
if ( ! self . options . autoRefreshOnFilter && self . pendingInlineFilterRefresh ) {
667
- self . refresh ( ) ;
667
+ self . refresh ( true ) ;
668
668
}
669
669
}
670
670
}
1247
1247
$input . blur ( ) ;
1248
1248
1249
1249
if ( ! this . options . autoRefreshOnFilter && this . pendingInlineFilterRefresh ) {
1250
- this . refresh ( ) ;
1250
+ this . refresh ( true ) ;
1251
1251
}
1252
1252
1253
1253
var filter = $input . data ( "griddly-filter" ) ;
1309
1309
else {
1310
1310
$ ( ".griddly-inline-filter-update" , content ) . click ( $ . proxy ( function ( e ) {
1311
1311
if ( this . pendingInlineFilterRefresh ) {
1312
- this . refresh ( ) ;
1312
+ this . refresh ( true ) ;
1313
1313
}
1314
1314
hidePopover ( filterTrigger , this . isBootstrap4 ) ;
1315
1315
} , this ) ) ;
1593
1593
this . triggerOrQueue ( this . $element , "resetfilters.griddly" ) ;
1594
1594
1595
1595
if ( refresh != false )
1596
- this . refresh ( ) ;
1596
+ this . refresh ( true ) ;
1597
1597
} ,
1598
1598
1599
1599
clearFilterValues : function ( refresh )
1603
1603
this . triggerOrQueue ( this . $element , "resetfilters.griddly" ) ;
1604
1604
1605
1605
if ( refresh != false )
1606
- this . refresh ( ) ;
1606
+ this . refresh ( true ) ;
1607
1607
} ,
1608
1608
1609
1609
updateFilterDisplay : function ( )
You can’t perform that action at this time.
0 commit comments