{% extends 'layouts/app.html.twig' %} {% block title %}Statusy workflow | micey-projects{% endblock %} {% block app_content %} {% include 'partials/_flash_messages.html.twig' %}
conversion_pathUstawienia

Statusy workflow

Kody i etapy systemowe są stabilne technicznie. Interfejs pokazuje edytowalne etykiety, kolory i ikony.

{% for row in rows %} {% set item = row.status %} {% set editFormId = 'workflow-status-edit-' ~ item.id %} {% else %} {% endfor %}
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.
{% if can_manage %}

Dodaj status użytkownika

Nowy kod pozostaje niezmienny i wskazuje istniejący etap systemowy.

{% endif %}
{% endblock %}