I have a module and two solutions that use it. One works and the other not. In the editor there isn’t nothing under the node modules but the module appear correctly in the “solution settings”. I think to respect all the limits of the module.
In the module I have only globals variables and methods that have unique names.
I have a module and two solutions that use it. One works and the other not.
I make a new test module with only a form. I include it in the solution that not work with my module and the test module not show again in the module node so I think the problem is not the module but the solution…