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

no metadata if archive name contains uppercase #576

Open
mleu opened this issue Aug 9, 2017 · 1 comment
Open

no metadata if archive name contains uppercase #576

mleu opened this issue Aug 9, 2017 · 1 comment

Comments

@mleu
Copy link
Member

mleu commented Aug 9, 2017

it appears the /rest/ endpoint returns the archive name in all lowercase.

@mleu mleu added the bug label Aug 9, 2017
@bachmma1
Copy link

bachmma1 commented Aug 9, 2017

update function as followed helped ;)
src/providers/model-service.ts:
private findModelArchive(this: string, modelArchive: ModelLink): boolean { return modelArchive.name.toLowerCase() === this.toLowerCase(); }

mfg marcel

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

No branches or pull requests

3 participants