Commit Graph

9 Commits

Author SHA1 Message Date
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 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