3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
farmOS/modules/core/asset/asset.workflows.yml
2020-10-01 15:48:04 -04:00

19 lines
320 B
YAML

asset_default:
id: asset_default
group: asset
label: 'Default'
states:
active:
label: Active
archived:
label: Archived
transitions:
archive:
label: 'Archive'
from: [active]
to: archived
to_active:
label: 'Make active'
from: [archived]
to: active