mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-09-09 08:32:41 +00:00
chg: [UI item tags search] refractor: search item tag by object, use new functions
This commit is contained in:
parent
6bf9bc3ef7
commit
2b735e3b97
17 changed files with 404 additions and 215 deletions
|
@ -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=''):
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue