Architect keeps offering to run deployment scripts

The following message Model has been updated and update scripts are pending. Do you want to execute the deployment scripts? pops up every time some packages are opened.

image

For example Root in Demo project on my machine.

The problem is that we check whether any package can be deployed. But then we only deploy those depending on the currently active package. @tvavrda if the user opens the root package for example should we deploy all packages or just root?

So far we have been deploying just the opened packages (so Root in your example). There has been a discussion if we should change this and consider a project to be a sum of all present packages but this is not the case.

So for now I would fix it by only deploying the actively opened packages (so the active one and all the packages it references).

This deserves a fix in 2021.1, too.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.