Pachat

Results 17 comments of Pachat

I confirm this. And also would like to have the default icon accorded to the field's default value: As default value, we have `true, false, NULL` But whatever is chosen,...

Surprisingly, as of v10.2.3, if it does not work as a Fields' Collection validation, it does work at the Collection validation in the Roles. So you can - set a...

It looks likes this bug is not resolved in 9.21 The tables: ``` Project - id Stage - id - stage (name of the stage) - network (refers to Network.id)...

This happens (in v10.2.1) also when you with eg. > `- Op1 - Op2 - Op3 -` 1. delete the operation (Op2) then 2. directly link the previous operation (Op1)...

Still present on trying to migrate v10.10.5 to v10.10.7 ``` INFO: Skipping CLI extensions initialization due to outstanding migrations. INFO: Running migrations... INFO: Applying Remove Collection Foreign Keys... ERROR: alter...

@Awelani-Triba Thank you for your indication. Do you mean that with your `docker-compose.yml` (see [Persistence](https://docs.directus.io/self-hosted/docker-guide.html#persistence)), the tables related to directus come back, or do you have some special lines in...

From a UIX perspective, when the user starts editing the field and gets on save an error message makes it appear as a bug. At first, he shouldn't have been...

I hope this will have a resolution in the next version. Because right now the end user who is redirected to `admin/content/:collection/ec1c0f9f-ab71-4bc0-939e-b16620435084` will see all editable fields but when not...

This bug could easily be corrected this way: In file `/node_modules/knex/lib/dialects/postgres/schema/pg-tablecompiler.js` just replace the 3 occurences of `drop constraint` by `drop constraint if exists` As this is still not corrected...

>in file /node_modules/knex/lib/dialects/postgres/schema/pg-tablecompiler.js just replace the 3 occurences of drop constraint by drop constraint if exists still not corrected in 10.12.1 so migrate:latest from 10.10.5 to 10.12.1 doesn't work