azrikahar
azrikahar
**Full disclaimer: the following snippet should not be treated as an official solution, but more so to offer a rather hacky workaround in the mean time.** @melrefaie seems like the...
@flayks @andrii-bodnar were you guys able to try the custom hook extension in https://github.com/directus/directus/issues/15421#issuecomment-1243752763? It should help as a workaround in the meantime 👍
@andrii-bodnar just to clarify, it is a custom hook extension ([docs reference](https://docs.directus.io/extensions/hooks.html)), not a change in the codebase itself! 🙂 It would require the same steps that you will need...
Initially I wasn't able to reproduce this: https://user-images.githubusercontent.com/42867097/178181262-53de27c9-96c8-4a49-9c9a-2ac6766fba8b.mp4 But after doing further testings, it seems like it exclusively happens _AFTER_ updating the default value back to `false`, but not when...
> @azrikahar Feels like it could be similar to the issue addressed here [knex/knex-schema-inspector#117](https://github.com/knex/knex-schema-inspector/pull/117). When updating a column to nullable in most DB vendors, it tends to return string null...
Looked into this a bit more, and I'm not sure if this is accurate, but here are my thoughts: The API does seem to correctly pass `false` (boolean) as default...
Ref: https://github.com/directus/directus/pull/12522#issuecomment-1133015680
> Any progress with this "null/null-problem"? All notification links generated with Flows are broken... > > Is there any open issue/PR/discussion about notifications optimization? Think I've seen something a while...
@wodka thanks for the detailed write up and solution! I think this timing is very trippy, as I believe @licitdev in his herculean effort to test and update #14713 as...
@wodka that makes sense 👍 @licitdev I think we'll need to find a common ground between this particular fix and the current changes/fixes in #14713 and verify it with the...