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

1377 commits

Author SHA1 Message Date
paul121
eed6503455 Add bundle plugin for movement log type used in tests. 2021-04-21 08:21:02 -04:00
paul121
6642f2bc08 Add bundle plugins for asset types used in tests. 2021-04-21 08:21:02 -04:00
paul121
5136e378e5 Remove todo referencing issue #3197363.
This should have been listed above the next code block.
2021-04-21 08:21:02 -04:00
paul121
ec5156876f Update the map size when the map's field wrapper display state changes. 2021-04-21 08:21:02 -04:00
paul121
85e7449cb6 Render the intrinsic_geometry form field below is_fixed in forms. 2021-04-21 08:21:02 -04:00
paul121
014bea7e5c Hide the intrinsic_geometry field in asset forms if is_fixed is unchecked. 2021-04-21 08:21:01 -04:00
Michael Stenta
feee6712a5 Merge branch '2.x-group_misc' into 2.x 2021-04-21 08:18:11 -04:00
paul121
88a975d9cc Add test for group field visibility. 2021-04-21 07:03:58 -04:00
paul121
294aa639e4 Hide the group field in log forms if is_group_assignment is unchecked. 2021-04-21 07:03:58 -04:00
paul121
683019cd7a Render the is_group_assignment filter before the status filter. 2021-04-21 07:03:58 -04:00
paul121
c456697e89 Add is_group_assignment exposed filter to farm_log views. 2021-04-21 07:03:58 -04:00
paul121
e82ac54474 Allow access to the view label operation on bundle entity types. 2021-04-20 09:22:02 -07:00
paul121
f4c8a7116e Do not display the entity type field in entity forms. 2021-04-20 09:21:59 -07:00
paul121
7668715633 Add page view of asset children in the Children tab. 2021-04-19 13:34:00 -04:00
Michael Stenta
ef2b36790d Adjust plant and animal bundle field view display weights. 2021-04-19 13:25:55 -04:00
paul121
0042e53bc2 Add entity type field to entity view pages. 2021-04-19 13:16:16 -04:00
Michael Stenta
1bee50b9ba Issue #3208436 by paul121: Farm roles don't have access to entity browser pages 2021-04-19 13:07:18 -04:00
paul121
dd63a70cdd Create test users with manager, worker and viewer roles. 2021-04-19 13:06:40 -04:00
paul121
1828edfb91 Grant access farm_asset entity browser pages to all managed roles. 2021-04-19 13:06:40 -04:00
Michael Stenta
bb08d9a3a8 Update module dev guide to suggest putting modules in sites/all/modules.
Instead of the [docroot]/modules, which is where Composer puts modules.
In the future, if we include more documentation about Composer-based
deployments we can talk specifically about that.
2021-04-16 12:31:11 -04:00
Michael Stenta
6a972b05c9 Issue #3198828: Map layer colors 2021-04-16 08:09:39 -04:00
Michael Stenta
2e43c1a7f2 Remove old color config, logic, and schema. 2021-04-16 08:09:27 -04:00
Michael Stenta
709e8daa02 Refactor asset type and land/structure type layer color logic to use layer style definitions. 2021-04-16 07:47:25 -04:00
Michael Stenta
e569f74918 Provide a layer style loader service for loading styles based on conditions. 2021-04-16 07:46:59 -04:00
Michael Stenta
7f5050681f Create a simple LayerStyle config entity for creating map layer style definitions. 2021-04-16 07:39:13 -04:00
Michael Stenta
69d9d88714 Add a color property to structure types. 2021-04-14 08:57:21 -04:00
Michael Stenta
6a57e282bd Add a color property to land types. 2021-04-14 08:57:21 -04:00
Michael Stenta
48bd659273 Set map layer colors for all asset types. 2021-04-14 08:57:21 -04:00
Michael Stenta
98ffd94b5a Add a third-party setting for asset map layer color. 2021-04-14 08:57:21 -04:00
Michael Stenta
44f4767420 Fix caching of breadcrumbs. 2021-04-13 09:56:07 -04:00
Michael Stenta
595b6ff742 Translate breadcrumb links. 2021-04-13 09:53:45 -04:00
Michael Stenta
239467d123 Build breadcrumbs on asset/log/plan pages. 2021-04-09 07:20:21 -04:00
Michael Stenta
256deb62e6 Split asset layers into two groups: Assets and Location assets. 2021-04-08 19:34:03 -04:00
Michael Stenta
43fcad2392 Issue #3207529 by paul121: Allow custom CORS for the 2.x API 2021-04-08 19:05:52 -04:00
paul121
9d287f351c Test multiple allowed origins. 2021-04-08 19:05:36 -04:00
paul121
88090239a4 Document consumer.allowed_origins field and purpose. 2021-04-08 19:05:36 -04:00
paul121
8734e3d276 Add CORS headers for allowed origins configured on consumers. 2021-04-08 19:05:36 -04:00
paul121
08857be054 Add an allowed_origins string field to consumer entities. 2021-04-08 19:05:36 -04:00
paul121
2a9084c1e2 Only add bundle fields to the consumer entity. 2021-04-08 17:10:06 -04:00
Michael Stenta
cec7b26c17 Issue #3187592 by paul121: Style the map to match the Gin theme 2021-04-08 16:41:06 -04:00
paul121
a972ee23c2 Move map buttons to the top when focused.
Prevents surrounding control buttons from covering up the :focus
box-shadow. A position is required.
2021-04-08 16:36:16 -04:00
paul121
0274820b86 Override the geocoder input to work with Gin :focus box-shadow. 2021-04-08 16:36:16 -04:00
paul121
b63be44b98 Alphabetize library definitions. 2021-04-08 16:36:16 -04:00
paul121
e7978e89e8 Set the text color of map control buttons to match the SVG path fill color. 2021-04-08 16:36:16 -04:00
paul121
2c5a38dc6f Issue #3207716 by paul121: Use BundleFieldDefinition for additional Consumer fields 2021-04-08 15:57:27 -04:00
Michael Stenta
2b95c6458c Issue #3207255: Update csv_serialization and entity_reference_integrity to stable releases. 2021-04-08 15:53:53 -04:00
Michael Stenta
05c677a4fe Merge branch '2.x-map_asset_behavior' into 2.x
Issue #3188579 by paul121: Create map behaviors to view Locations
Issue #3188582 by paul121: Create map behavior for current asset location
2021-04-08 15:48:26 -04:00
Michael Stenta
2cfb5ba402 Remove popup dependency from asset_type_layers behavior. 2021-04-08 15:37:23 -04:00
Michael Stenta
930df73049 Revert "Add a setting to configure if the map popup behavior is enabled."
This reverts commit 19f8851543.
2021-04-08 15:37:23 -04:00
Michael Stenta
c7ddaab912 Add land/structure type layers to land/structure asset Views. 2021-04-08 15:37:23 -04:00