Skip to content

Allow snippet move actions without an existing file name

What does this MR do?

In this MR we address this comment/bug.

When you create a snippet file, the file name is not required because we automatically generate a name for it. Nevertheless, when we rename it we should have the same behavior, but for the rename action we force the file name to be present.

In this MR we remove that requirement.

Refs #239341 (closed)

Does this MR meet the acceptance criteria?

Conformity

Merge request reports