You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
There's some weird behaviour when I change a table's field "user" from M2O (referencing Directus user table) to User Created. As seen in screenshot 3 the change causes an error when trying to add a new entry. Also the table settings show a M2O relation for the "user" field, which is not displayed if one sets the field type to User Created or Modified from the very beginning.
Version Info
Directus version: 6.4.9
PHP version: 7.2
MySQL version: 5.7.21
Web server: Apache
OS name and version: Ubuntu
Expected Behavior
Changing a "user" field from M2O to User Modified/Created causes no error when trying to add a new entry to that table.
Actual Behavior
Changing a "user" field from M2O to User Modified/Created causes an error when trying to add a new entry to that table.
Steps to Reproduce
Add a new table
Add a new field "user" (M2O -> referencing directus_user -> id)
Try to add a new entry (should work)
Change the field type of "user" to User Modified or Created
Try to add a new entry (error appears)
Schema Dump, Logs, or Screenshots
The text was updated successfully, but these errors were encountered:
From directus created by maettyhawk : directus/directus#2179
There's some weird behaviour when I change a table's field "user" from M2O (referencing Directus user table) to User Created. As seen in screenshot 3 the change causes an error when trying to add a new entry. Also the table settings show a M2O relation for the "user" field, which is not displayed if one sets the field type to User Created or Modified from the very beginning.
Version Info
Expected Behavior
Changing a "user" field from M2O to User Modified/Created causes no error when trying to add a new entry to that table.
Actual Behavior
Changing a "user" field from M2O to User Modified/Created causes an error when trying to add a new entry to that table.
Steps to Reproduce
Schema Dump, Logs, or Screenshots
The text was updated successfully, but these errors were encountered: