Yaroslav Shepilov
Yaroslav Shepilov
Hi @kbza, to be honest, I'm not fully understand your proposal :) > Extra: a server-conf defined "env_var" as a common root directory for include files. Could you give an...
Hi @kbza unfortunately I didn't have time so far to check your code. Will try to do it tomorrow late evening
> it tries to load every selected file for each one of the types selected. It works but warns me everytime: My bad there, I made wrong implementation for variable...
Will be addressed in #423
Done, now "included" option accepts an array. In case of a conflict (same options in different included files), the first defined included file takes precedence.
I think it's more like a bug. But could you try wrapiing the variable in double quotes: "${Select software}" antonellocaroli schrieb am So., 12. Juli 2020, 07:30: > Hi, >...
Hi, variables are not supported in `default` field. Only authentication parameters. Default fields are initialized at script load time, so base them on variables doesnt make much sense antonellocaroli schrieb...
I'm afraid it's not possible :( antonellocaroli schrieb am Mo., 13. Juli 2020, 18:38: > ok, but how do I calculate a certain value based on the first parameter >...
Fixed, now parameters can be specified in "default" section. A new default value will override the existing value in 2 of the cases: - if the existing value is empty...
Hi @antonellocaroli thanks for the feedback, could you share a simple sample script for me, so I can reproduce the issue locally? Regarding forced page refresh, unfortunately, this is not...