Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPECs: events werden nicht in liste angezeigt #2485

Open
nchiapol opened this issue Mar 10, 2024 · 0 comments
Open

SPECs: events werden nicht in liste angezeigt #2485

nchiapol opened this issue Mar 10, 2024 · 0 comments
Labels

Comments

@nchiapol
Copy link
Contributor

Aktuelles Verhalten

Wenn ich in meiner Feature-Spec simple_group_events_path verwende, funktioniert das nicht wie in der "echten" Version sondern zeigt eine leere Liste an, obwohl eigentlich events existieren.

without id

  • code
    pp simple_group_events_path(group_id: group)
    visit simple_group_events_path(group_id: group)
    
  • generated path: /groups/376803389/events/simple
  • screenshot: without_id

with id

  • code
    pp simple_group_events_path(group_id: group)
    visit simple_group_events_path(group_id: group)
    
  • generated path: /groups/376803389/events/simple?id=783393779
  • screenshot: with_id

Gewünschtes Verhalten

Wenn ich in in einer Feature-Spec eine url wie /groups/376803389/events/simple öffne sehe ich, analog zur echten DB, alle bestehenden Anlässe.

Schritte zu reproduzieren

Demo file im Anhang ausführen und anpassen. Die erstellten Screenshots vergleichen.

Wann ist der Fehler aufgetreten?

No response

hitobito version

2.0.4

Organisation

Cevi

Screenshots, weiterer Kontext

demo.zip

ToDos

No response

@nchiapol nchiapol added the bug label Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant