We generate a standard pipeline chain for our users, which deploys to different environments with an approval between them. Previously this approval stage was of type "deploy", and we had to hard-code some values like "service" and "environment", which were not actually needed in this stage. To simplify the configuration and avoid some generic extra steps in this approval stage, we've changed this stage type to the "approval" one. It works well, but now the pipeline chains are not visible in the "Executions" tab when filtering by a service. It looks like the service variable only propagated from the stage, but not from the child pipelines. Please fix it.