getavalon / core

The safe post-production pipeline - https://getavalon.github.io/2.0
MIT License
214 stars 48 forks source link

Creator doesn't check against full asset name #445

Closed davidlatwe closed 4 years ago

davidlatwe commented 4 years ago

What happened? When manually typing asset name into Creator's asset field, it will allow if any current existing asset names contains input text.

For example, if we have an asset called rock, these input will be valid: r, o, c, k, ro, ock..

What did you expect? It should compare against full asset name.

davidlatwe commented 4 years ago

This is easy to fix, I'll submit a PR later.