File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
src/resources/views/crud/fields Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ All Notable changes to `Backpack CRUD` will be documented in this file.
88
99-----------
1010
11+ ## 4.0.47 - 2020-03-05
12+
13+ ### Fixed
14+ - Delete operation can respond with Notification Bubbles @tabacitu (#2477 )
15+ - Elfinder mime type filter. @pxpm (#2505 )
16+ - Implement orderButtons @tabacitu (#2457 )
17+ - Allow delay on AJAX calls for select2_from_ajax fields @pxpm (#2504 )
18+
1119## 4.0.46 - 2020-03-05
1220
1321### Fixed
Original file line number Diff line number Diff line change 1818 $field [' wrapperAttributes' ][' data-popup-title' ] = trans (' backpack::crud.select_file' );
1919 $field [' wrapperAttributes' ][' data-multiple' ] = " false" ;
2020 }
21- $field [' wrapperAttributes' ][' data-only-mimes' ] = json_encode ($field [' mime_types' ] ?? []);
21+ $field [' wrapperAttributes' ][' data-only-mimes' ] = json_encode ($field [' mime_types' ] ?? []);
2222
2323 if ($sortable ){
2424 $field [' wrapperAttributes' ][' sortable' ] = " true" ;
You can’t perform that action at this time.
0 commit comments