directus/v6-archive

Adding status column to existing table removes all items from view

開放

#14 建立於 2018年10月25日

 (0 則留言) (0 個反應) (0 位負責人)JavaScript (4 個分叉)auto 404
4. Minorbughelp wantedv6

倉庫指標

星標
 (2 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

From directus created by rijkvanzanten : directus/directus#1949

Version Info

  • Directus version and branch: develop ba07c00435424254c3e07d6c18e80417472e14d9

Expected Behavior

Creating a new column with the status interface sets all columns to a default

Actual Behavior

The column is NULL in the DB (since it's a new column) which makes Directus hide the items completely

Steps to Reproduce

  1. Create a table without a status column
  2. Add some records
  3. Add a status column

貢獻者指南