Changes not accepted

Hi everyone, I have a huge problem, I created a new module (as often happens), but this time I have difficulty accepting my custom files.

I created a relationship with another module and I had to modify the subpanel menu to display only the “create” button, so I modified the relevant file located in custom/extension/layout…, but instead of redirecting me to quickcreate (creating the form in the subpanel), it redirects me to fullcreate (the strange thing is that in another module that uses the same subpanel, I replaced quickcreate with fullcreate - I need it this way here).

Yet it enters the file in question, because I performed a simple print.

I also modified the module_routing file by inserting this module to make it run with the features of suitecrm 7, but it is absolutely not considered.

I have done several Q&A, I have cleaned the cache several times, I have also deleted the “prod” folder contained in the cache, but there is no way that I can see the changes made.

I am working on SuiteCRM 8.4.2… Please, can anyone help me solve this problem? I have been banging my head against it for days!

Any suggestions? I also changed the permissions:

directory: 755 => 775
file: 644 => 664

but no change

Clear Symfony cache:

php bin/console cache:clear

Do hard reload and clear cache on the browser page!

@rsp as said above I have cleaned the cache several times, but nothing has changed… I really have no more ideas, I have tried everything

Are those modules custom? Also, are those modules in the legacy mode?

config/services/module/module_routing.yaml

yes, it’s like that file is being ignored