3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
Commit graph

38 commits

Author SHA1 Message Date
paul121
f43f4f1050 Define the plans and logs dashboard groups. 2021-06-07 12:13:41 -04:00
paul121
ae22af2c56 Display the plans pane in the second region. 2021-06-07 12:13:41 -04:00
paul121
03eb2a9918 Display log panes in the first layout region. 2021-06-07 12:13:41 -04:00
Michael Stenta
187bd7abcb Move all Views hooks to *.views.inc and *.views_execution.inc include files. 2021-06-04 21:17:41 -04:00
Paul Weidner
eae26e5e7f Issue #3216789: Remove the local task plugin definition for farm entity collection links. 2021-06-01 20:21:16 -04:00
Michael Stenta
f9f3305260 Allow sorting a field before another field (default is after). 2021-05-27 14:59:33 -04:00
Michael Stenta
9adf6ea30e Set $preserve_keys argument to TRUE in both array_slice() calls. 2021-05-27 14:59:33 -04:00
Michael Stenta
596b8c8959 Split Views field sorting logic out to a helper function. 2021-05-27 14:59:33 -04:00
Michael Stenta
0eff167220 Override the "collection" link path for assets, logs, and plans to use the Views provided by farm_ui_views. 2021-05-27 13:01:10 -04:00
Michael Stenta
5df960aab6 Fix Notice: Undefined index: region in farm_ui_views_add_bundle_handlers(). 2021-05-20 18:40:13 -04:00
Michael Stenta
03deaec1a1 Adapt hook_views_pre_view() and hook_views_pre_render() logic to work with page_asset display. 2021-05-20 18:39:35 -04:00
paul121
05cbfdc34f Don't add fields or filters for "hidden" bundle fields. 2021-05-20 17:31:59 -04:00
paul121
9ce8e65617 Reverse the bundle fields array to preserve the original field order. 2021-05-20 17:31:59 -04:00
paul121
38100c1f8b Add bundle-specific views fields in between other columns. 2021-05-20 17:31:59 -04:00
paul121
e4034a696a Render timestamp fields in the html_date format. 2021-04-21 14:26:25 -04:00
paul121
5bf9a605fc Exposed string fields use the contains operator. 2021-04-21 14:26:25 -04:00
paul121
719668844d Use a multi-select field for exposed taxonomy_term reference filters. 2021-04-21 14:26:25 -04:00
paul121
3c5dc06539 Do not render a link to referenced taxonomy terms. 2021-04-21 14:26:25 -04:00
paul121
78a50470e8 Do not set an ID when adding views handlers. 2021-04-21 14:26:25 -04:00
Michael Stenta
82a77648c8 Create a helper function for adding bundle-specific field and filter formatters. 2021-04-08 15:37:23 -04:00
Michael Stenta
746e189664 Split map logic out of farm_ui_views to a new farm_ui_map module. 2021-04-08 11:24:55 -04:00
paul121
2baa65eeba Display asset cluster layers in a separate layer group. 2021-04-08 11:24:55 -04:00
paul121
214d9e9c1f Recreate the exposed_filters array before creating each map layer. 2021-04-08 11:24:55 -04:00
paul121
1178422f75 Create individual layers for land_type and structure_type assets. 2021-04-08 11:24:55 -04:00
paul121
aa5e956717 Assemble geojson url client side. 2021-04-08 11:24:55 -04:00
paul121
ea235f2207 Render a map with asset geometries as an attachment before asset views. 2021-04-08 11:24:55 -04:00
Michael Stenta
50560e74bf Issue #3186746: Add views filter handlers for bundle fields defined in views data. 2021-04-08 11:24:54 -04:00
paul121
deb0dc13c4 Issue #3186746: Add views field handlers for bundle fields defined in views data. 2021-04-06 08:31:02 -04:00
Michael Stenta
e952ca952a Refactor/rename inventory fields. Use farm.field_factory. 2021-03-25 18:41:52 -04:00
Michael Stenta
5af71e29ce Alter asset reference base fields to use Entity Browser. 2021-03-19 09:04:19 -04:00
Michael Stenta
f295027462 Provide a farm_quantity View. 2021-03-11 07:38:15 -05:00
Michael Stenta
52d5b8a9b8 Add an "Active (block)" display to the Plans View and show it in the dashboard. 2020-12-06 16:33:29 -05:00
Michael Stenta
b0a816aa7f Reorganize farm_ui_views_farm_dashboard_panes() to make it easier to add panes conditionally. 2020-12-06 16:33:29 -05:00
Michael Stenta
0299d66b6d Issue #3185217: farmOS 2.x Generic Plans Views 2020-12-06 16:33:29 -05:00
Michael Stenta
7225231a98 Add a "more" link to "Upcoming" and "Late" Block displays that links to the "All logs (page)" display via custom URL. 2020-12-06 12:32:50 -05:00
Michael Stenta
c1bb952c4f Set the View title on "By type" asset/log displays. 2020-12-05 16:14:20 -05:00
Michael Stenta
997ce954c2 Remove type field and filter from "By type" asset/log Views. 2020-12-05 16:14:20 -05:00
Michael Stenta
4ffb152027 Move modules/core/ui to modules/ui. 2020-12-05 15:32:59 -05:00
Renamed from modules/core/ui/views/farm_ui_views.module (Browse further)