Skip to content

Commit

Permalink
FIXME testing: fill the UI
Browse files Browse the repository at this point in the history
list all addons 4 times
  • Loading branch information
mvidner committed Jul 19, 2016
1 parent cfc09ca commit 11e3c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/registration/ui/addon_selection_base_dialog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class AddonSelectionBaseDialog
# communication with SCC
def initialize(registration)
textdomain "registration"
@addons = Addon.find_all(registration)
@addons = Addon.find_all(registration) * 4 # DIRTY TRICKS!!1!

# sort the addons
@addons.sort!(&::Registration::ADDON_SORTER)
Expand Down

0 comments on commit 11e3c78

Please sign in to comment.