Directus: Translations interface broken on v9.0.0-rc19

Created on 28 Nov 2020  路  3Comments  路  Source: directus/directus

Reproduction:

  1. Create a new project with a clean database
  2. Log in to admin UI
  3. Create a new collection with a translations field (we'll call it Movies)
  4. Create a new field in the translations collection (a simple text interface works, we'll call it Title)
  5. Try to create a new item into Movies
  6. the Title-field doesn't show the usual list of languages, instead a singular text input field is shown regardless of the Title's interface type

While I was trying to confirm that this actually worked on v9.0.0-rc18 I noticed that if you create a project with API from rc18 but then use npx directus start so that a rc19 app connects to the old backend, everything works as it should including new features from rc19 (m2a), so it would seem that the cause of this problem is not in the app's code but the api's

App Bug

Most helpful comment

Seems that the interface is not set in the directus_fields table

image

Setting it to translations fixes the issue.

All 3 comments

I have the same issue.

Seems that the interface is not set in the directus_fields table

image

Setting it to translations fixes the issue.

Fixed in 2ed1e92d5

Was this page helpful?
0 / 5 - 0 ratings

Related issues

asitemade4u picture asitemade4u  路  3Comments

pvshum picture pvshum  路  4Comments

altezza04 picture altezza04  路  4Comments

Varulv1997 picture Varulv1997  路  4Comments

christiaangoossens picture christiaangoossens  路  4Comments