read only map

I want the user to see a map view of available “jobs.” However, I don’t want the user to modify it.

When I click on the pin, the details show up but also an edit/delete button. I don’t want to show them so the user can’t modify the data.

Is there a way to disable or hide the actions?

Hi @icarecenter

You may benefit from using slice with update mode :“read only”, no filter condition, as source table for your view.

2 Likes