chg: [UI item tags search] refractor: search item tag by object, use new functions

This commit is contained in:
Terrtia 2020-01-20 15:13:03 +01:00
parent 6bf9bc3ef7
commit 2b735e3b97
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0
17 changed files with 404 additions and 215 deletions

View file

@ -126,6 +126,8 @@ def validate_str_date(str_date, separator=''):
return True
except ValueError:
return False
except TypeError:
return False
def sanitise_date_range(date_from, date_to, separator=''):
'''