diff --git a/templates/event/index.html.twig b/templates/event/index.html.twig index e4d2fd9..91ee1d8 100644 --- a/templates/event/index.html.twig +++ b/templates/event/index.html.twig @@ -52,7 +52,7 @@
{% for event in events %} - {% if event.name == app.request.get('name') %} + {% if event.name == app.request.query.get('name') %}
Details @@ -92,7 +92,7 @@ {% endif %} {% endfor %} - {% if not app.request.get('name') %} + {% if not app.request.query.get('name') %}
{{ heroicon('calendar', 'h-12 w-12 text-gray-400 mx-auto mb-2') }} diff --git a/templates/inspection/index.html.twig b/templates/inspection/index.html.twig index fbc7377..f0f3f9b 100644 --- a/templates/inspection/index.html.twig +++ b/templates/inspection/index.html.twig @@ -17,11 +17,11 @@ @@ -34,7 +34,7 @@ + value="{{ app.request.query.get('aggregateId') }}">
diff --git a/templates/pagination.html.twig b/templates/pagination.html.twig index 1f3a9ec..bcbe857 100644 --- a/templates/pagination.html.twig +++ b/templates/pagination.html.twig @@ -3,7 +3,7 @@
@@ -29,11 +29,11 @@
- {% for aggregate in aggregates %} - {% endfor %} @@ -63,7 +63,7 @@ + value="{{ app.request.query.get('aggregateId') }}">
{% endif %} @@ -73,7 +73,7 @@ {{ heroicon('funnel', 'h-6 w-6') }} - {% if app.request.get('streamName') or app.request.get('aggregate') or app.request.get('aggregateId') %} + {% if app.request.query.get('streamName') or app.request.query.get('aggregate') or app.request.query.get('aggregateId') %}
{{ heroicon('backspace', 'h-6 w-6') }} diff --git a/templates/subscription/show.html.twig b/templates/subscription/show.html.twig index a57fce8..9c1433a 100644 --- a/templates/subscription/show.html.twig +++ b/templates/subscription/show.html.twig @@ -16,7 +16,7 @@ + value="{{ app.request.query.get('search') }}"> @@ -24,11 +24,11 @@ @@ -39,11 +39,11 @@ @@ -54,11 +54,11 @@ @@ -69,7 +69,7 @@ {{ heroicon('funnel', 'h-6 w-6') }} - {% if app.request.get('search') or app.request.get('group') or app.request.get('mode') or app.request.get('status') %} + {% if app.request.query.get('search') or app.request.query.get('group') or app.request.query.get('mode') or app.request.query.get('status') %} {{ heroicon('backspace', 'h-6 w-6') }}