majlis-erc / manuForma

The manuForma application is designed to make TEI data creation and distributed editing faster and easier.
6 stars 1 forks source link

Persons: Source Picker displays wrong source #584

Closed mMoliere closed 6 months ago

mMoliere commented 6 months ago

@wsalesky The "Source Picker" displays the wrong sources.

The following screenshot shows the problem. According to manuForma, the source for Date is "Daniel Ben Moses …"

Screenshot 2024-04-22 at 09-14-54 Edit Person TEI records

But when I look into the code, it is "dnb" https://github.com/majlis-erc/majlis-data/blob/9f6489d8037feb5d4e391145a5f82687a1af908b/data/persons/tei/1.xml#L250

This problem is probably due to that it is no possible to pick the external references in the Source Picker and manuForma then loads a title that has been added to the bibliography.

wsalesky commented 6 months ago

See: https://github.com/majlis-erc/manuForma/pull/590 and: https://github.com/majlis-erc/srophe/pull/123

mMoliere commented 6 months ago

The manuForma side of the issue works!

wsalesky commented 6 months ago

@mMoliere how about the srophe app side?