utomic-media/directus-extension-field-actions

how to use the extension

Closed this issue · 4 comments

cyrsis commented

Great extension,

Exactly what I need

image

I used docker-compose to install it

image

But I can not find anything new in the "Interface" nor "Display"

Directus 10.8.2

Thanks

Hi Victor,

What is the type of your field?
Are there any errors logged to the browsers console?

cyrsis commented

Hey Dominic

It just a simple "String"

No Errors , Nothing

image

In that case we'll have to dig a bit deeper... Just re-checked but have running this extension in multiple Directus 10.8.2 instances.

Have you installed the extension via npm or from the extensions folder?
Also: When you start your server, is there any error logged? Is it listed in the logs as loaded extension? (Directus logs a notice on server start INFO: Loaded extensions: <the loaded extensions>)

cyrsis commented

Sorry Dominic
it is the docker compose build. from the offical doc

Change to

docker compose build --no-cache

Works!!!1

restart:
	docker compose down
	docker compose build --no-cache
	docker compose up -d

``