Nick

Results 8 comments of Nick

Nevermind, it looks like it just hasn't been published yet.

Here you go. Haven't touched any delete actions. ``` { resource: db.table("tracks"), features: [ owningRelationSettingsFeature({ componentLoader, licenseKey: process.env.ADMINJS_REFERENCE_LICENSE!, relations: { genres: { type: RelationType.ManyToMany, junction: { joinKey: "track_id", inverseJoinKey: "genre_id",...

A couple things: 1. As of `@adminjs/[email protected]` the `Remove relation` button doesn't exist. I confirmed this in the source of both 1.1.1 and 1.1.2. 2. In `@adminjs/[email protected]` when I click...

The SQL is missing the where constraint for the related resource for a many-to-many. In other words, this will work with a many-to-one, but not many-to-many. When I click "Remove...

Yes, the junction tables all have a pkey. However, the primary key is a compose key. I see that it will not work with relations now. I think there is...

Just started to get this error as well. The above didn't fix, but blasting node_modules did.

This is a problem for toasts. If the entire layout reloads, the toast disappears on redirect.

I'm getting a significant mismatch in these responses when pointing to my local supabase instance when developing locally and when pointing on the hosted version. There is also a mismatch...