Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloning entities that have an extension in its name (".") should be named differently #37

Closed
bjrmatos opened this issue Sep 13, 2017 · 0 comments

Comments

@bjrmatos
Copy link
Collaborator

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant