upenndigitalscholarship / deep

https://deep.pennds.org/
MIT License
3 stars 1 forks source link

"Blackletter" field not displaying in the results #40

Closed ZacharyLesser closed 1 year ago

ZacharyLesser commented 1 year ago

If and only if there is data in the field "Blackletter" (which is at the Edition level), then the data label "Blackletter:" should appear directly beneath "Leaves:" in the record display.

This should display whatever data is in the Blackletter field (edition level).

apjanco commented 1 year ago

The only values in the db for blackletter are {'', 'Yes', 'Yes, Partly'}. The filter has yes and no. If no is selected, it displays records with "". If "yes" selected, it shows "Yes" or "Yes, Partly". The dropdown is showing yes no twice, but is working as expected.

ZacharyLesser commented 1 year ago

OK - this issue was only about Display. The filtering problem is addressed in another issue, as you can see.

For Display, whatever is in the field should display -- if there is nothing in the field, the entire field (including the header) should not appear in the Results Display.

For Filtering, see Issue #39