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
right now, in order to create the name of a cloned entity, the default behaviour is to append the "(clone)" string to the name of the original entity, this presents a problem for entities like the assets, where the extension part of the name is very important. so we should change the logic to consider this special case, and add the "(clone)" part before the "."
example:
"entity-name.css" -> "entity-name(clone).css"
The text was updated successfully, but these errors were encountered:
right now, in order to create the name of a cloned entity, the default behaviour is to append the "(clone)" string to the name of the original entity, this presents a problem for entities like the assets, where the extension part of the name is very important. so we should change the logic to consider this special case, and add the "(clone)" part before the "."
example:
"entity-name.css" -> "entity-name(clone).css"
The text was updated successfully, but these errors were encountered: