You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On calling the used script_createSymLink script the second parameter contains the name of the to be used link. In former times this was the process title but now it is a transformed process.
Some examples:
process title
generated link name
DasNeRu_47771594X-19270110
DasNeRu_47771594X_19270110__[process_id]
denuor._32521638X
denuor__32521638X__[process_id]
I ommitted the real process ids here as they are not part of the issue.
Its look to me that everything in the processtitle which is not a character sign, number or _ get replaced by _. This is may be useful for . character but even for - character? Is there a list which characters got replaced and which not?
Is this a indented behaviour or or can this be adjusted by an other configuration option or just a bug?
Expected behavior
The process title should be taken as a link name or at least should be unmodified used on the script call to it can be changed inside the script if different characters are causing problems
Release
3.6.0
The text was updated successfully, but these errors were encountered:
Thank you @BartChris for pointing me in the right direction. Hard coded replacements in depending on a process property value which results different link names. I don't know why this was introduced but this is a good explanation for the current behaviour.
Describe the bug
On calling the used
script_createSymLink
script the second parameter contains the name of the to be used link. In former times this was the process title but now it is a transformed process.Some examples:
process_id
]process_id
]I ommitted the real process ids here as they are not part of the issue.
Its look to me that everything in the processtitle which is not a character sign, number or
_
get replaced by_
. This is may be useful for.
character but even for-
character? Is there a list which characters got replaced and which not?Is this a indented behaviour or or can this be adjusted by an other configuration option or just a bug?
Expected behavior
The process title should be taken as a link name or at least should be unmodified used on the script call to it can be changed inside the script if different characters are causing problems
Release
3.6.0
The text was updated successfully, but these errors were encountered: