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

UI: request actions are rendered in a non-consistent order #410

Open
alejandromumo opened this issue Oct 30, 2024 · 1 comment
Open

UI: request actions are rendered in a non-consistent order #410

alejandromumo opened this issue Oct 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@alejandromumo
Copy link
Member

Package version (if known): v5.2.0

Describe the bug

image

Steps to Reproduce

  1. Create a community
  2. Have multiple requests open
  3. Navigate to the community requests tab
  4. See error

Expected behavior

As a user, I would expect the actions to be ordered consistently. I.e. "Accept / Decline / Cancel"

Screenshots (if applicable)

See above

Additional context

It seems the rendering depends on the URL links returned by the REST API. These links are a dictionary, therefore it's not guaranteed that they will be in a sequential order.

@alejandromumo alejandromumo added the bug Something isn't working label Oct 30, 2024
@carlinmack
Copy link
Contributor

Also it depends on the type of the request: if you filter by type they are in the same order

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants