Make it so contacts cannot be edited by certain users

Is it possible to make it so certain contacts cannot be edited by certain users?

In docs site, I see:

Starting in cht-core release 3.10, we can now configure property files in contact create forms to show or hide them based on an expression or permission as specified in the app form schema. Note: this applies only to the create form, not the contacts themselves.

Seems it isn’t supported (?) I’ve tried to create a properties.json file for the edit form - it appears to be processed and uploaded by cht-conf but has no impact.

nurse-edit.properties.json

{
  "context": {
    "expression": "false"
  }
}

Is there any way to achieve this?

Hello @kenn

I can confirm that adding context to edit forms has no impact.
We added support for context to contact create forms alone through: Add ability to hide the action/option to create a contact · Issue #6401 · medic/cht-core · GitHub