Skip to content

Fix search dialog with Python3

Jerome Flesch requested to merge spaetz:PR/fix_searchdialog into unstable

Created by: spaetz

The search dialog did not work under python3 as the dialogs are returning unicode "str" and the manual "encode()" and "decode()" that we were performing failed. This made the cancel/OK buttons not work, among many things :-). Tested with a range of search terms and keywords, and dates and labels..

Merge request reports