-
Notifications
You must be signed in to change notification settings - Fork 25
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
Shared View is empty when using sort rule #1524
Labels
Comments
ISC-PRO
added
0. Needs triage
Pending approval or rejection. This issue is pending approval.
bug
Something isn't working
labels
Jan 6, 2025
blizzz
added
1. to develop
Accepted and waiting to be taken care of
and removed
0. Needs triage
Pending approval or rejection. This issue is pending approval.
labels
Jan 6, 2025
@ISC-PRO thanks for filing this report. I can reproduce it. Browser console output for: [Vue warn]: Error in render: "TypeError: sortCols[0] is null"
Browser console output for: TypeError: sortCols[0] is null
|
github-project-automation
bot
moved this to 🧭 Planning evaluation (don't pick)
in 📝 Office team
Jan 6, 2025
blizzz
moved this from 🧭 Planning evaluation (don't pick)
to 📄 To do (~10 entries)
in 📝 Office team
Jan 6, 2025
And indeed the server replies with sort data as null 🤔
So looks like a backend thing. |
Thanks for the quick reply. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Steps to reproduce
Create a simple list "HowTo" with only column "ToDo", Type "Text"
Create a view "Items" of table "HowTo" with default, selected columns
Create two items one minute apart: "ToDo1" AND "ToDo2"
Change the view "Items" and add sorting with rule "Erstellt am" by DESC
-> RESULT: ToDo2, ToDo1
Share the view with person or group
-> RESULT: view "Items" is empty for all shared users
Delete (as owner) the sort rule for view "Items"
-> RESULT: view "Items" is visible to all shared users
Expected behavior
Show all items with sorting (DESC) for all shared users.
For the own user the view correct.
Actual behavior
The view is empty for all shared users.
Tables app version
0.8.1
Browser
Edge 131.0.2903.99
Operating system
Nextcloud Hub 9 (30.0.2)
The text was updated successfully, but these errors were encountered: