Closed dleadbetter closed 2 years ago
This pull request fixes a bug with the tag dropdown in attribute-modal-dialog.js. There were situations where this.model.zones was undefined, so calling this.model.zones.models resulted in an exception.
this.model.zones
this.model.zones.models
This pull request fixes a bug with the tag dropdown in attribute-modal-dialog.js. There were situations where
this.model.zones
was undefined, so callingthis.model.zones.models
resulted in an exception.