I have a 7.9 backup upgraded to 8.0.7-nightly.
There is a global project inherited by another project “Final”.
I would like to know how are managed the gateway and client script for the global project and the “Final” project ? I don’t find any indication in: https://docs.inductiveautomation.com/display/DOC80/Project+Inheritance
With some test, the behavior seem to be as follow:
-
Client and Gateway scripts are not inheritable. You can’t override these ressources in the designer.
-
For Gateway script:
Startup script of the global project is executed
and then Startup script of the “Final” project -
For Client script:
script from the global project are not executed (for example startup). This make sense because the gobal project is not really loaded in the client scope.
Client Script in the “Final” project are executed
Is it the intentional behavior for client script ???