0 वोट
180 व्यूज़

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…

पुराना पोस्ट - इसकी मूल भाषा में दिखाया जा रहा है
Paratext में द्वारा (1.4k अंक) | 180 व्यूज़

इस प्रश्न के उत्तर देने के लिए कृपया लॉग इन करें या पंजीकरण करें।

संबंधित प्रश्न

0 वोट
0 उत्तर 203 व्यूज़
प्रोजेक्ट से जुड़े प्रोजेक्ट प्लान का एक HTML में देखने/प्रिंट करने योग्य कॉपी बनाता है। Custom tools > Admin > ... प्लान को Paratext उपयोगकर्ताओं को दिखाने का एक शानदार तरीका है।
[Moderator]
dhigby
1.3k
पूछा गया नवंबर 12, 2021
Paratext में
0 वोट
1 उत्तर 227 व्यूज़
मुझे PT9.0 में Wasta-Linux पर Outils personnalisation > Admin > Show Project Plan HTML का उपयोग करने की कोशिश ... संदर्भ देने वाले लगभग केवल ये ही दो स्थान प्रतीत होते हैं।
n8_in_car 298 पूछा गया जनवरी 24, 2023
Paratext में
0 वोट
2 उत्तर 949 व्यूज़
मैंने हाल ही में डेवलपर्स को बताया कि 9.1 (8 या 9.0 के विपरीत) नियमित रूप से शब्दों के बीच में पंक्तियों को ... , तो मैं उम्मीद करता हूँ कि डेवलपर्स इस विकल्प पर पुनर्विचार करेंगे।
viverechristus 296 पूछा गया दिसंबर 31, 2020
0 वोट
5 उत्तर 470 व्यूज़
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 पूछा गया मई 14, 2019
Paratext में
0 वोट
1 उत्तर 446 व्यूज़
मैं प्रोजेक्ट को HTML में निर्यात करना चाहता/चाहती हूँ ताकि मैं लोगों के साथ ड्राफ्ट साझा कर सकूँ। मैं PDF में निर्यात नहीं ... गए HTML से USFM मार्कर को कैसे छिपा सकता/सकती हूँ?
bit 495 पूछा गया अप्रैल 14, 2022
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
All the believers were one in heart and mind. No one claimed that any of their possessions was their own, but they shared everything they had.
Acts 4:32
3,049 प्रश्न
6,007 उत्तर
5,672 टिप्पणियाँ
2,029 उपयोगकर्ता