directus/v6-archive

Sorting behaviour in tables

オープン

#27 opened on 2018/10/25

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (4 件のフォーク)auto 404
4. Minorbughelp wantedv6

Repository metrics

Stars
 (2 個のスター)
PR merge metrics
 (PR metrics pending)

説明

From directus created by ivansf : directus/directus#2033

For security issues, please email support@getdirectus.com directly.

To help us resolve your issue more quickly, please use the following template:

For feature requests/voting please use the Directus Request Tool, or come chat with us through getdirectus.com. Accepted feature requests will be added to GitHub Issues for assignment.

Version Info

  • Directus version and branch: (Or commit hash)
  • PHP version: 7
  • MySQL version: RDS Aurora
  • Web server: Apache
  • OS name and version: Ubuntu Artful

Expected Behavior

Be able to sort tables in the admin panel. Be able to view dates in the table

Actual Behavior

Sort doesn't seem to be working. Dates only come up some times when doing command+R refresh. multiple times clicking the column header makes the dates to come up but not sorted.

Steps to Reproduce

  1. Create a table with title and date_updated system field.
  2. Add some records.
  3. Visit the table in the admin panel, try to sort.

Schema Dump, Logs, or Screenshots

Database

When initially loaded (command+R)

after cycling through clicking the date updated header

コントリビューターガイド