GCRC / nunaliit_android

Android application for Nunaliit
MIT License
1 stars 1 forks source link

Parent documents do not show a list of related documents as an accordion #61

Open ThomasHEaton opened 6 years ago

ThomasHEaton commented 6 years ago

When a document has related documents, the accordion view does not show like it does on the website. The user cannot see what documents are related.

grrrian commented 6 years ago

After investigation this seems to be cause by view queries failing on mobile (probably because Javascript view queries are not enabled in our Cordova build). I believe this is the case, because in n2.couchDocument.getReferencesFromId, this query fails: this.designDoc.queryView({ viewName: 'link-references', ...

Please let me know if I am off-base.