daisy / pipeline

Super-project that aggregates all Pipeline related code, provides a common tracker for Pipeline related issues and holds the Pipeline website
http://daisy.github.io/pipeline
20 stars 21 forks source link

DTBook to RTF : wrong type of field displayed in UI #692

Closed NPavie closed 1 year ago

NPavie commented 1 year ago

Expected Behavior

When opening the DTBook to RTF script in the daisy pipeline app, the "Include table of content" and "Include page number" should be displayed as checkboxes

Actual Behavior

The script form the daisy pipeline app currently display text fields with textual value "false" in it.

Steps to Reproduce

Open the daisy pipeline app and select the Dtbook to rtf script.

Details

After checking the script code, the two options are not associated to a px:type="boolean" attribute.

Environment

bertfrees commented 1 year ago

Fixed by https://github.com/daisy/pipeline/pull/693.