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

end-user-ui/src/components/access/EditResource.vue generateDisplay misspelled property name "attrubute" #30

Open
ggreiff opened this issue May 12, 2021 · 0 comments

Comments

@ggreiff
Copy link

ggreiff commented May 12, 2021

In end-user-ui/src/components/access/EditResource.vue

I think there is a bug in generateDisplay with // Try and do some primary detection for a display name

I think createPriv.attrubute should be createPriv.attribute

if (createPriv.attrubute !== '_id' && this.displayNameField.length === 0) {
this.displayNameField = createPriv.attribute;
}

should be

if (createPriv.attribute !== '_id' && this.displayNameField.length === 0) {
this.displayNameField = createPriv.attribute;
}

V/r,
Gene

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

No branches or pull requests

1 participant