Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Enhancement Request: Services ARGs should be able to override template values, even if it is specified as blank in the template #986

Open
ne-lgute opened this issue Aug 16, 2024 · 0 comments

Comments

@ne-lgute
Copy link

ne-lgute commented Aug 16, 2024

This request is from eloyd in the Support Forum

Imagine a command (call it check_eric) that does this:

$USER1$/check_dummy $ARG1 $ARG2

Now imagine a service template (call it st_eric) that does this:

command: check_eric
ARG1: 0
ARG2: <blank>

Lastly, imagine a service that:

use st_eric
ARG1: <blank>
ARG2: This is my ARG2

ARG2 from the service will never be used because ARG2 from the template is blank. So even though a "more specific" setting is in the service description, it is ignored because it's using a template.

This is not consistent with other template settings.

We'd like to see the arguments (or the command, actually) allowed to be overridden at the service level even if a template has some of them specified. This would make for a much more powerful templating system.
[GL:XI#1268]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants