Commit Graph

8086 Commits

Author SHA1 Message Date
Paul Weidner bacf11f295 Preserve delete and other action buttons in sidebar 2024-02-02 19:46:57 -05:00
Paul Weidner fa5724e035 Remove the sidebar if the display is not using field groups. 2024-02-02 19:46:57 -05:00
Paul Weidner 0e0258b66c Increase weight of notes field in forms 2024-02-02 19:46:57 -05:00
Paul Weidner 0525fd5a49 Improve styling in content form 2024-02-02 19:46:57 -05:00
Paul Weidner 2f8b3e05e8 Add additional revision information 2024-02-02 19:46:57 -05:00
Paul Weidner 268412bd23 Add tabs specific to each entity 2024-02-02 19:46:57 -05:00
Paul Weidner c4d3f174d5 Render fields in field groups 2024-02-02 19:46:57 -05:00
Paul Weidner 55e999af27 Provide GinContentFormBase class for entity forms 2024-02-02 19:46:56 -05:00
Paul Weidner 6dc23e7054 Implement farm_ui_theme_field_group_items for core module base fields 2024-02-02 19:46:56 -05:00
Paul Weidner abd6ee9646 Add hook_farm_ui_theme_field_group_items to collect field group mappings 2024-02-02 19:46:56 -05:00
Paul Weidner 69d9ef713b Patch drupal/gin for issue 334216 2024-02-02 19:46:56 -05:00
Paul Weidner 71206d03d2 Implement gin content form for farm entities 2024-02-02 19:46:56 -05:00
Michael Stenta 1410fa5ea7 Add UI for creating instances of quick forms #785 2024-02-02 17:19:55 -05:00
Michael Stenta 359ee1e79c Add CHANGELOG.md line for #785. 2024-02-02 17:19:00 -05:00
Paul Weidner 52f968ef6c Implement save function to add message and redirect to collection page 2024-02-02 17:19:00 -05:00
Paul Weidner 1cee2cb2e1 Hide actions for disabled quick forms from views 2024-02-02 17:19:00 -05:00
Michael Stenta d67e4492d1 Sanitize quick form labels, descriptions, and help text with Html::escape(). 2024-02-02 17:19:00 -05:00
Paul Weidner 4d9bd96234 Update tests to use edit form 2024-02-02 17:19:00 -05:00
Paul Weidner 3972ea268f Add cache tags to quick form help text render array 2024-02-02 17:19:00 -05:00
Paul Weidner e23e5923dc Grant administer quick_form to config permissions 2024-02-02 17:19:00 -05:00
Paul Weidner d8943488ab Remove disabled quick form routes and menu items 2024-02-02 17:19:00 -05:00
Paul Weidner 681de9f9ea Remove quick form configure tab 2024-02-02 17:19:00 -05:00
Paul Weidner 2c4953feff Add message when no quick form plugins exist 2024-02-02 17:19:00 -05:00
Paul Weidner 78a78b3aaa Add quick form add form 2024-02-02 17:19:00 -05:00
Paul Weidner ad3965208f Add quick form edit form 2024-02-02 17:19:00 -05:00
Paul Weidner 860790f9d5 Add quick form delete form 2024-02-02 17:19:00 -05:00
Paul Weidner e5894bdce1 Add quick form setup page 2024-02-02 17:19:00 -05:00
Paul Weidner 7033224a0d Load disabled quick forms 2024-02-02 17:19:00 -05:00
Paul Weidner a53f2b76e2 Add status and label entity keys 2024-02-02 17:19:00 -05:00
Michael Stenta 104885274c Inventory quick form #766 2024-02-02 17:18:17 -05:00
Michael Stenta a09ef42add Add CHANGELOG.md line for #766. 2024-02-02 16:34:26 -05:00
Michael Stenta 6879ff591f Save unit term label to configuration and automatically generate term on form load. 2024-02-02 16:34:26 -05:00
Michael Stenta ce8173f152 Add a dependency on farm_quick. 2024-02-02 16:34:26 -05:00
Michael Stenta f5c7139a63 Check inventory quick form access based on configured log type and asset. 2024-02-02 16:34:26 -05:00
Michael Stenta a4544a7ecb Move log type and custom name fields to Advanced section (hidden by default). 2024-02-02 16:34:26 -05:00
Michael Stenta 1cb57c2178 Make inventory quick form configurable. 2024-02-02 16:34:26 -05:00
Michael Stenta 0467595a0a Fix error when creating new unit terms.
The entity_autocomplete widget's values are different depending
on whether the selected term already exists. If it exists, the
value is the term ID. If it is being created, the value is an
array with an 'entity' key containing the new TermInterface
object.
2024-02-02 16:34:26 -05:00
Michael Stenta ca5298245a Allow the log name to be customized. 2024-02-02 16:34:26 -05:00
Michael Stenta b074a635c9 Validate that the selected log type can be created. 2024-02-02 16:34:26 -05:00
Michael Stenta 5cbd753905 Allow log type to be selected. 2024-02-02 16:34:26 -05:00
Michael Stenta 74f3ee4b5d Initial inventory quick form with tests. 2024-02-02 16:34:26 -05:00
Michael Stenta a37820e514 Add a Product asset type and Product type taxonomy #787 2024-02-02 16:33:49 -05:00
Michael Stenta 31cd1aa177 Recommend running composer update twice #653 2024-02-02 13:22:31 -05:00
Michael Stenta 220c99c510 Whitespace fix. 2024-01-31 06:38:30 -05:00
Paul Weidner 5a49dce4f5 Remove decreased page top margin #788 2024-01-31 06:22:22 -05:00
Michael Stenta 84421be197 Add enforced module dependency to core.entity_view_mode.asset.map_popup.yml. 2024-01-31 05:12:46 -05:00
Michael Stenta 74ffac59ec Document Account Admin role in docs/guide/people. 2024-01-26 14:56:47 -05:00
Michael Stenta 1c404b5152 Announce new releases on farmOS.discourse.group #780 2024-01-22 10:42:42 -05:00
Michael Stenta 755e07bfdf
Only Docker is necessary in dev environment docs.
Docker Compose is included with Docker now.
2024-01-19 21:42:50 -05:00
Michael Stenta 6c03557b3c farmOS 3.0.1 2024-01-18 16:23:31 -05:00