Commit Graph

25 Commits

Author SHA1 Message Date
Michael Stenta 8147d47c88 Move quick form Kernel tests directory into src directory. 2023-12-07 14:32:13 -05:00
Michael Stenta c0f02dfc0e Update all core_version_requirement to ^10. 2023-10-30 12:07:29 -04:00
Michael Stenta 8f2c465de9 Replace Group action with Group quick form action. 2023-10-25 15:38:13 -04:00
Michael Stenta a5138314b1 Replace Move action with Movement quick form action. 2023-10-25 15:38:13 -04:00
Paul Weidner e41a34858c Fix planting quick form creating empty quantities #737 2023-10-23 12:19:17 -04:00
Michael Stenta 0a8789a7bf Move planting quick form tests into src directory. 2023-10-06 13:58:57 -04:00
Michael Stenta 11c7b0a904 Add a Group membership assignment quick form #723 2023-10-06 13:54:32 -04:00
Michael Stenta 7a0811adf5 Use entityLabelsSummary() in birth log name. 2023-08-09 15:53:28 -04:00
Michael Stenta aefe1e937b Wrap all entity labels with Markup::create() in translated log names #698
This prevents entity labels with special characters like
apostrophes from being escaped when they are saved to
log names.
2023-08-09 15:53:28 -04:00
wotnak 9587872ea9 Replace static \Drupal::service() call with dependency injection #684 2023-05-30 15:08:28 -04:00
Michael Stenta 9d51cbd3dc Fix undeclared dependency on farm_group in birth quick form #682 2023-05-23 11:11:47 -04:00
Michael Stenta 8c0de9c349 Movement quick form (ported from farmOS 1.x) #677 2023-05-18 16:36:48 -04:00
Michael Stenta 47ac9ae5dd Birth quick form (ported from farmOS 1.x) #656 2023-05-18 16:36:48 -04:00
Michael Stenta 8eaef1231b Abstract inline container structure into new QuickFormElementsTrait::buildInlineContainer() trait+method. 2023-04-01 14:00:38 -04:00
Michael Stenta aa35c2c32d Reformat Planting quick form log field info arrays. No functional change.
This will make it easier to use a new buildInlineContainer()
method for quantity fields provided by the next commit.
2023-04-01 14:00:38 -04:00
Michael Stenta 5ada077408 Move inline container style definition to farm_ui_theme. 2023-04-01 14:00:38 -04:00
Michael Stenta 7b3639e941 Use inline style for Planting quick form quantity fields. 2023-04-01 14:00:38 -04:00
Michael Stenta 967982b2f0 Respect user timezone in midnight default datetime values #665 2023-03-29 11:07:41 -04:00
Michael Stenta 7a9f8f4bbe Create a QuickFormTestBase class that other quick form tests can extend from #650 2023-03-11 11:13:59 -05:00
Michael Stenta baf294d3bd Add @internal to planting quick form class. 2023-02-07 08:31:16 -05:00
Michael Stenta 1b477885dd Remove time service from planting quick form #636 2023-02-07 08:31:00 -05:00
Michael Stenta ac72de72ba Allow setting time in bulk actions and quick forms via datetime element #635 2023-02-04 17:18:00 -05:00
Michael Stenta a1e49797ed The #date_year_range property is not used on fields of #type = date. 2023-01-20 08:39:33 -05:00
Michael Stenta 948a873f59 Fix Incorrect translation placeholders for asset names #540 2022-08-29 09:36:32 -04:00
Michael Stenta 70c5547a3b Add a Planting quick form module. 2022-01-19 13:00:22 -05:00