[FrontendInfo] BER value conversion is broken

Issue #753 resolved
prl created an issue

In Converter.FrontendInfo.FrontendInfo.getValue(), a completely incorrect value is accessed to use as the sources’s BER value (the code doesn’t even reference the source).

Replication

Requires the use of the <convert type="FrontendInfo">BER</convert> conversion in a skin.

Comments (4)

  1. Peter Urbanec

    Fix bug #753: [FrontendInfo] BER value conversion is broken

    Change the self.BER case in getValue() to actually fetch self.source.ber, rather than using the self.BER string (which is always "BER").

    → <<cset 451e08624139>>

  2. Log in to comment