Vũ Đức Duy

Results 17 comments of Vũ Đức Duy

Can you give an example to reproduce this bug?

Nope, still can't see the bugs. Which Directus version are you using? Mine is 9.10.0

Because all types are valid, even null (NULL & NOT_NULL operators), we cannot pre-check whether a value is valid or not. I think it is best to leave the responsibility...

Yes, the primary column is currently hard-coded by `id`. I don't see any reason to keep it that way so it will be changed to adapt the table's primary key.

This is a contribution that we make to support our community, we don't really have any plans for it :). But all ideas are welcomed. M2M is possible but is...

Hi @FelipeBarrosCruz I'm afraid it's not possible for now because ASUM can only handle second-level relational fields while your case is third-level. Fortunately, it's not hard to solve so if...

Contributions are appreciated. You will need to specify which fields need to be queried in [utils.ts](https://github.com/rezo-labs/directus-extension-computed-interface/blob/main/src/utils.ts#L116). Currently, no fields are specified in the query so Directus will return only top-level...

Hi @syoumans I followed the guide in the [documentation](https://docs.directus.io/reference/system/collections.html) to set the `schema` field to an empty object when exporting. So with `"schema": {}`, it should not cause any errors....

Hi @kamil-malinski Thanks for your contributions. Your improvements are very nice but I think some unintended behaviors might happen with custom title & text. For example, you call a GET...

For example, the button triggers a request to a 3rd-party API and it returns the data that contains title or text, it will be displayed even if I don't want...