show_entry in user_interface.py uses wrong keyword argument for showSubmitToHexr

Bug #1173103 reported by Brendan Donegan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Checkbox
Fix Released
Undecided
Unassigned

Bug Description

This bug is unlikely to be hit, since it only happens when running Checkbox in headless mode *outside* of the lab/satellite environment, but we should fix it anyway.

show_entry is declared as:

def show_entry(self, text, value, label=None, submitToHexr=False, previous=None, next=None):
        return (value, submitToHexr)

but the code in checkbox-certification that calls it uses 'showSubmitToHexr'. This is the correct name, so user_interface should use it.

We also need to fix the other UI classes a little bit, as there's some oversight in the CLI and possibly Urwid versions too.

Related branches

Daniel Manrique (roadmr)
Changed in checkbox:
status: New → Fix Committed
Changed in checkbox:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.