We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When viewing audits for an entity with an ID, navigating using the pager fanata pagination at the bottom removes the entity ID.
Lose entity ID on page navigate.
View audits for an entity with an ID and navigate to page 2 etc.
For it to navigate to then next page while maintaining the entity ID:
From: /audit/App-Entity-MyEntity/342 To: /audit/App%5CEntity%5CMyEntity?page=2
/audit/App-Entity-MyEntity/342
/audit/App%5CEntity%5CMyEntity?page=2
Expected: /audit/App-Entity-MyEntity/342?page=2
/audit/App-Entity-MyEntity/342?page=2
The text was updated successfully, but these errors were encountered:
Hi @MylesKingsnorth01 It's already fixed in master branch (see #162)
master
Sorry, something went wrong.
When will the fix be tagged as a release?
Hi @MylesKingsnorth01, I'll publish next release soon (today evening or tomorrow)
@MylesKingsnorth01 3.3.0 is released
No branches or pull requests
Summary
When viewing audits for an entity with an ID, navigating using the pager fanata pagination at the bottom removes the entity ID.
Current behavior
Lose entity ID on page navigate.
How to reproduce
View audits for an entity with an ID and navigate to page 2 etc.
Expected behavior
For it to navigate to then next page while maintaining the entity ID:
From:
/audit/App-Entity-MyEntity/342
To:
/audit/App%5CEntity%5CMyEntity?page=2
Expected:
/audit/App-Entity-MyEntity/342?page=2
The text was updated successfully, but these errors were encountered: