0 votos
180 visualizações

Wasn’t sure where to report this bug fix for the Show Project Plan Html script, found in the project Custom Tools > Admin menu. I noticed that only the last stage was showing the icon for “When previous stage is complete”. In stage 6 you get the hamburger-like icon:

image

But in stage 5, where there should be the icon, it is blank:

image

It looks like this is because there is an additional text value in the tag that isn’t being handled (maybe a new one in later versions of Paratext?). The code in ProjectPlanHtml.py needs to add the line with WhenStageIsCompleteByChapter below (around line 171):

def symbolFor(strTerm):
aDict = {'WhenProjectStarts':'▒',
         'WhenStageIsComplete':'Ξ',
         'WhenStageIsCompleteByChapter':'Ξ',
         'WhenBookStarts':'□',
         'AfterPreviousTaskForChapter':'↑',
         'AfterPreviousTaskForBook':'↑',
         'ManualByChapter':'C',
         'ManualByProject':'P',
         'Manual':'B',
         'Auto' : '∞'}

There is another mistake in the ProjectPlanImport.py module, around line 51. What was:

            elif (strToken, enumType) == ('EditingRequired',parser.BEGIN):
            self.availability = 'Yes'
            parser.parseSkipUntil('EditingRequired', parser.END)

should be changed to:

            elif (strToken, enumType) == ('EditingRequired',parser.BEGIN):
            self.editingRequired = 'Yes'
            parser.parseSkipUntil('EditingRequired', parser.END)

I’m not sure if this last change is necessary to fix the problem at hand, but it was obviously the original author’s intention to modify the editingRequired variable instead of the availability variable, and I thought originally that that error might be causing the problem. Probably best to change it as well…

Publicação antiga - exibida no idioma original
Paratext por (1,4k pontos) | 180 visualizações

Por favor, faça login ou registre-se para responder a esta pergunta.

Perguntas relacionadas

0 votos
0 respostas 203 visualizações
Cria uma cópia em HTML, visualizável/imprimível, do Plano do Projeto (Project Plan) associado a um projeto. Custom tools ... de mostrar o plano a usuários que não usam o Paratext.
[Moderator]
dhigby
1,3k
perguntada Nov 12, 2021
0 votos
1 resposta 227 visualizações
Encontrei um erro ao tentar usar Outils personnalisation > Admin > Show Project Plan HTML no PT9.0 no ... lugares em que o módulo _winreg é referenciado nos scripts cms.
n8_in_car 298 perguntada Jan 24, 2023
0 votos
2 respostas 949 visualizações
Recentemente, relatei aos desenvolvedores que a versão 9.1 (ao contrário da 8 ou da 9.0) está quebrando ... for o caso, espero que os desenvolvedores reconsiderem essa escolha.
viverechristus 296 perguntada Dez 31, 2020
0 votos
5 respostas 470 visualizações
In Paratext 8.0.100.77 there is a bug in the formatting in a back translation project. Before each verse there is ... present in version 74. 2019-05-14.png1920 1080 1.01 MB
Iver Larsen 869 perguntada Mai 14, 2019
0 votos
1 resposta 446 visualizações
Gostaria de exportar o projeto para HTML para que eu possa compartilhar rascunhos com as pessoas. Não quero exportar ... faço para ocultar os marcadores USFM do HTML exportado?
bit 495 perguntada Abr 14, 2022
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
I urge you, brothers and sisters, to watch out for those who cause divisions and put obstacles in your way that are contrary to the teaching you have learned. Keep away from them.
Romans 16:17
3,049 perguntas
6,007 respostas
5,672 comentários
2,029 usuários