CenterForDigitalHumanities / CenterForDigitalHumanities/DigiSig

list of repositories on main page

Open
#85 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1
Forks
2
PR merge metrics
No merged PRs in 30d

Description

line 875 (ish) contains a query that goes into shelfmark_view to fetch the list of repositories. Change the query to run off to look in dataforgraph_view.

Change :
$query = "SELECT DISTINCT repository_fulltitle, id_archoncode FROM shelfmark_view ORDER BY repository_fulltitle";

to:
$query = "SELECT DISTINCT repository_fulltitle, id_archoncode FROM dataforgraph_view ORDER BY repository_fulltitle";

Be warned that you need the latest version of the Digisig MsSQL database or it will throw up errors

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.