1
Improve error message for composite primary key failure
Source: directus/directus#24896 · opened by @Sjlver
Describe the Bug Directus does not handle tables with composite primary keys very well. For example, consider the following: When connecting to a database with such a table, Directus prints the following log message: This is somewhat misleading, since there is a primary key -- just not of the type that Directus would expect. This collection nevertheless shows up under /admin/settings/data-model/Room. Admins can successfully set the description. However, none of the fields show up. Trying to add a field results in the message [FORBIDDEN] You don't have permission to access this. Once the collection has been set up (e.g., a description was set), it also shows up under /admin/content/Room. Accessing it there shows this message: 
1 vote · 0 comments
Composite key support
111 votes · 0 comments
Allow blocking flows to return messages displayed to the user
22 votes · 0 comments
Unclear error message on registration and password reset for invalid password format
2 votes · 0 comments
Displaying custom errors in the modal window when using flows
94 votes · 0 comments
No comments yet.