ORIENT/modules/backend/widgets
Scott Bedard 60ffd91064 Fix small typo in number range filter widget (#4891)
When a `max` is defined with no `min`, the filter should read "Negative infinity → max". Right now, it reads "Infinity → max", which is not accurate.
2020-01-17 12:11:38 -06:00
..
filter/partials Initial WIP on implementing dependsOn support for filter scopes. 2019-11-12 17:02:25 -06:00
form Remove hard coded widget name for lazy tabs (#4839) 2019-12-22 16:39:45 +11:00
lists Store limited list widget configuration in user preferences (#4360) 2019-06-08 11:28:08 +08:00
mediamanager Set Dropzone.js uploaders to have no time limit (#4878) 2020-01-14 16:47:25 -06:00
reportcontainer Replace use of parseJSON with JSON.parse (#4517) 2019-09-14 06:25:18 -06:00
search/partials Fix issue where the clear search button would submit a form if the search widget is within an HTML form 2018-12-28 11:51:51 -06:00
table Explicitly pass focused item along as it is already known (#4807) 2019-12-07 11:33:06 +11:00
toolbar/partials Decouple the toolbar from the layout system 2015-08-26 20:24:37 +10:00
Filter.php Fix small typo in number range filter widget (#4891) 2020-01-17 12:11:38 -06:00
Form.php allow loading of lazy tabs for secondary tabs as well (#4839) 2019-12-22 15:24:42 +11:00
Lists.php Narrow the scope of when Lists orderBy conditions are reset. 2019-12-04 02:36:51 -06:00
MediaManager.php Pass path by reference in media.file.upload (#4616) 2019-09-11 22:22:08 -06:00
ReportContainer.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
Search.php Extract child instructions 2018-08-15 19:25:42 +02:00
Table.php Broken link report 2019-12-30 09:55:38 +11:00
Toolbar.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00