ORIENT/modules/backend/widgets
Luke Towers c55a7cd2e2 Target only immediate children when determining if a tab should be hidden
Fixes #3627. This changes the logic for hiding tabs when all of their fields are hidden to specifically only target direct children of the tab pane when looking for visible fields because repeaters will have fields present that are only hidden by virtue of the parent field being hidden however the previous behaviour would consider it visible.
2018-07-05 10:14:41 -04:00
..
filter/partials Add filter of type text in backend list (#3094) 2017-11-06 12:07:53 -06:00
form Target only immediate children when determining if a tab should be hidden 2018-07-05 10:14:41 -04:00
lists Added align property to list columns definition (#3509) 2018-04-17 23:34:08 -06:00
mediamanager Replace keyup listener with input listener (#3567) 2018-05-30 20:26:38 -06:00
reportcontainer Style improvements on reportcontainer's manage widget dropdown. 2016-12-21 20:15:07 +01:00
search/partials Add searchOnEnter option to make the Search widget fire on enter key (#3524) 2018-04-23 10:09:37 -06:00
table Option "searching" defaults to false 2017-07-15 14:34:53 +10:00
toolbar/partials Decouple the toolbar from the layout system 2015-08-26 20:24:37 +10:00
Filter.php Adds a constraint of 500 records at a time 2017-11-23 10:00:50 +11:00
Form.php Simplify 51b6f64418 2017-11-02 13:13:08 -06:00
Lists.php Cache the last visited page in the list widget (#3432) 2018-03-08 10:52:21 -06:00
MediaManager.php Alternative fix to #3607 2018-06-29 14:20:55 +10:00
ReportContainer.php Code dusting (#2826) 2017-04-24 21:38:19 +10:00
Search.php Add searchOnEnter option to make the Search widget fire on enter key (#3524) 2018-04-23 10:09:37 -06:00
Table.php Option "searching" defaults to false 2017-07-15 14:34:53 +10:00
Toolbar.php {@inheritDoc} -> @inheritDoc 2017-03-16 06:26:14 +11:00