Impossible edit from subpanel of custom module

Hi there,
we had a problem with a custom module. This custom module has a relation Many-to-One with a default module and correctly appears in subpanels section, but if we try to modify we return:

Others details about this problem are:

And:

{
    "data": {
        "createProcess": {
            "process": {
                "_id": "user-acl",
                "status": "error",
                "async": false,
                "type": "user-acl",
                "messages": [
                    "ERR_UNAUTHORIZED_PAGE_ACCESS"
                ],
                "data": {
                    "result": false
                },
                "__typename": "Process"
            },
            "clientMutationId": null,
            "__typename": "createProcessPayload"
        }
    }
}

We have already tried with these solutions without any success.

Anyone can help?

Hello,

I run to similar problem. How did you fix it please?

Thank you

1 Like

Hi same issue

see end of this post

The only workaround i’ve found is to change to legacy.

edit and add your custom modules here :
config\services\module\module_routing.yaml
set record to false
repair and rebuild

[custom_module_name]:
index: true
list: true
record: false

1 Like