Bug #1823
RCP: 0.7.8, Oriflamms project, "back to text" link broken for words with line breaks
Statut: | Closed | Début: | 18/07/2016 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 100% |
|
Catégorie: | - | Temps passé: | - | |
Version cible: | TXM - Oriflamms 5.0 |
Description
This is due to the wrong pattern in the identifiers of word parts:
- should be: w_p_[parent-word-id]_part_number
- actually is: w_p_[text-id]_[text-id]_[some number???]_[parent-word-number]_part_number
As TXM uses the numbers in the end of the identifier to connect a word to a page, the "some_number" addition is critical.
The duplication of text_id is not critical but should be avoided
Corpus to test:
%ensldfs/Laboratoires/labo_ana_corpus/Projets/ANR - ORIFLAMMS D. Stutzmann/corpora/Inscriptions-test%
Do "w" import, look for "vali" and try back to text.
Historique
#1 Mis à jour par Alexey Lavrentev il y a environ 9 ans
- Statut changé de New à Feedback
- % réalisé changé de 0 à 70
Tested OK with the 20160719 update.
Now we can remove the ebug message from the console:
WP word write id using previous ID=w_Inscriptions-test_5
WP word write id using previous ID=w_Inscriptions-test_5
#2 Mis à jour par Matthieu Decorde il y a plus d'un an
- Statut changé de Feedback à Closed
- % réalisé changé de 70 à 100