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

19 lines
320 B
YAML
Raw Normal View History

asset_default:
id: asset_default
group: asset
2020-03-26 12:06:05 +01:00
label: 'Default'
states:
2020-09-27 17:45:42 +02:00
active:
label: Active
2020-03-26 12:06:05 +01:00
archived:
label: Archived
transitions:
2020-09-27 17:45:42 +02:00
archive:
2020-03-26 12:06:05 +01:00
label: 'Archive'
2020-09-27 17:45:42 +02:00
from: [active]
2020-03-26 12:06:05 +01:00
to: archived
2020-09-27 17:45:42 +02:00
to_active:
label: 'Make active'
2020-03-26 12:06:05 +01:00
from: [archived]
2020-09-27 17:45:42 +02:00
to: active