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

19 commits

Author SHA1 Message Date
Michael Stenta
3257fc6e7b Remove config_rewrite module. 2021-09-16 19:08:58 -04:00
Michael Stenta
f73b9115fb Refactor farm_ui_location config_rewrite settings into hook_install(). 2021-09-16 19:08:58 -04:00
Michael Stenta
4e29f299cd Put "Current inventory" field in right column of asset page. 2021-09-15 15:35:40 -04:00
paul121
f534299d38 Add view of inventory adjustments in an inventory tab on asset pages. 2021-09-15 15:35:40 -04:00
Michael Stenta
6c7c238ab8 Copy localized_options into the dropbutton URL options.
This is necessary to maintain any query parameters that
were added to the action links.
2021-09-09 15:02:18 -04:00
Michael Stenta
ee21d1e38d Override Gin local actions block to render links in a dropbutton. 2021-09-09 15:02:18 -04:00
Michael Stenta
118250db66 Add the entity_bundles cache tag so action links are recreated after new bundles are installed. 2021-09-09 14:27:31 -04:00
Michael Stenta
22ae662113 Merge FarmAssetAddLogAction and FarmAddLogPrepopulate into FarmActions and AddEntity classes in farm_ui_actions module. 2021-09-09 14:27:31 -04:00
Michael Stenta
59e25655ae Generalize AddEntity LocalAction bundle parameter logic.
Derivatives can either define a bundle_parameter to look for
(eg: 'arg_0' in the case of Views), OR explicitly define the
bundle.

This will allow FarmAddLogPrepopulate to be merged into the
Menu/LocalAction/AddEntity class, and FarmAssetAddLogAction
to be merged into the Derivative\FarmActions class.
2021-09-09 14:27:31 -04:00
Michael Stenta
c327472dc4 Move UI modules into core directory. 2021-09-09 14:27:31 -04:00
Michael Stenta
3d6161453f Hide geometry field label in asset and log page top region. 2021-09-09 14:26:15 -04:00
Michael Stenta
7e67a71c06 Add some vertical padding to layout regions. 2021-09-09 14:26:15 -04:00
Michael Stenta
4ffb152027 Move modules/core/ui to modules/ui. 2020-12-05 15:32:59 -05:00
Michael Stenta
09083d4e65 AssertLegacyTrait::assertResponse() is deprecated in drupal:8.2.0 and is removed from drupal:10.0.0. Use $this->assertSession()->statusCodeEquals() instead. See https://www.drupal.org/node/3129738 2020-12-03 10:33:54 -05:00
Michael Stenta
ae0bd6e432 $modules property must be declared protected. 2020-12-03 10:30:07 -05:00
Michael Stenta
3db6a04820 Fix Farm Logs View page display name. 2020-11-30 16:22:37 -05:00
Michael Stenta
c837e626b1 Issue #3185229: CSV exporters for generic Asset and Log Views 2020-11-27 11:30:45 -05:00
Michael Stenta
f874227444 Issue #3185216 by m.stenta: farmOS 2.x Generic Assets Views 2020-11-27 11:17:34 -05:00
Michael Stenta
99cba5cf35 Move farm_log_ui to farm_ui_views. 2020-11-27 11:17:28 -05:00