José Varela

Results 17 comments of José Varela

Hey @gkielwasser I am trying locally and it seems the `action('items.create')` is dispatched for the top item you are currently saving. In your case, the hook should be fired for...

@gkielwasser isn't that what you want? What are you expecting? In the original post you said you didn't have access to the item on the hook, but it seems you...

The problem seems to come from here: https://github.com/directus/directus/blob/main/app/src/composables/use-item/use-item.ts#L52 We might need to handle batches in other manner 🤔

@schmich I already told you, you can count on me for portuguese translations ;) What do you think about to put the label Hacktoberfest on this? We could translate to...

HI @schmich, I already started working on this, but I have a question. Do we need to translate message and description or just message keys? Also, I just noticed this...

What solved for me, was to do the `replaceEsm` at the end of `beforeEach`, like so ```js test.beforeEach(async () => { //service = await td.replaceEsm('../../'); // moved from here ......

> I think there's two ways you can do this: > 1 - Write a script to fetch all content from Directus you want and write it to files. Then...

Hey @azrikahar In fact, this seems to be another issue, check the behaviour below: https://user-images.githubusercontent.com/14039341/147902761-16d25f2e-5994-4761-9ead-b9a910b62cb7.mov It seems the issue still exists, so I am reopening it 👍

At first look, it seems you are not using the right filter. I think you want to use `_nempty` or `_nnull`. The way you are doing, you are strictly checking...

> With this feature will we able to import/export all the children, sub children data ? Yes, it should. As you can see in "After" video, the nested fields "Title",...