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
Is your feature request related to a problem? Please describe.
If you rename a process, this works. However, if a task of the process is still linked in a user directory, this link will remain when the task is finished, because the script_deleteSymLink is called on the wrong link path (namely the one with the new title).
Describe the solution you'd like
An error message should appear and renaming should not be possible in this state.
Describe alternatives you've considered
An alternative would be to first remove the links, then rename them, then create new links. But that would break users' uploads in progress, so we rejected that idea.
Additional context
There is a script_createSymLink for creating links and a script_deleteSymLink for deleting links. Regardless of the naming, these scripts are often adapted to customer systems and may create symbolic links, bind mounts or implement other solutions. So, simply renaming elements in the user directory is not an option.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
If you rename a process, this works. However, if a task of the process is still linked in a user directory, this link will remain when the task is finished, because the
script_deleteSymLink
is called on the wrong link path (namely the one with the new title).Describe the solution you'd like
An error message should appear and renaming should not be possible in this state.
Describe alternatives you've considered
An alternative would be to first remove the links, then rename them, then create new links. But that would break users' uploads in progress, so we rejected that idea.
Additional context
There is a
script_createSymLink
for creating links and ascript_deleteSymLink
for deleting links. Regardless of the naming, these scripts are often adapted to customer systems and may create symbolic links, bind mounts or implement other solutions. So, simply renaming elements in the user directory is not an option.The text was updated successfully, but these errors were encountered: