{% extends 'layouts/app.html.twig' %} {% block title %}Statusy workflow | micey-projects{% endblock %} {% block app_content %} {% include 'partials/_flash_messages.html.twig' %}
Kody i etapy systemowe są stabilne technicznie. Interfejs pokazuje edytowalne etykiety, kolory i ikony.
| Kod / etap | Etykieta i wygląd | Reguły | Użycia | Akcje |
|---|---|---|---|---|
{{ item.code }}
{{ item.systemStage }}
{% if row.required %}wymagany{% endif %}
|
{% include 'status/_badge.html.twig' with {status: item} only %} {% if can_manage %} {% endif %} | {% if can_manage %} {% if row.required %}{% endif %} {% else %} {{ item.active ? 'aktywny' : 'wyłączony' }} {% if item.terminal %}terminalny{% endif %} {% if item.blocksAutomation %}blokuje automatykę{% endif %} {% endif %} | {{ row.usage.total }} bieżące: {{ row.usage.current }}, historia: {{ row.usage.history }}, mappingi: {{ row.usage.mappings }} | {% if can_manage %} {% if row.can_delete %} {% endif %} {% endif %} |
Uruchom php bin/console app:workflow:install-default-statuses. | ||||
Nowy kod pozostaje niezmienny i wskazuje istniejący etap systemowy.