manywho / ui-bootstrap

5 stars 3 forks source link

FLOW-2101 - stopping getClasses from being called with no id #165

Closed TomFullalove closed 4 years ago

TomFullalove commented 4 years ago

getClasses in ui-core throws an error if it is called without an id. So this fix makes sure we don't ask for classes, if we know that we don't have an id, so we know none will be found even if it didn't throw an error.