Commit b977ea79 by aa.gusti

Merge branch '5.0.3' into '5.0.3-oracle'

feat: implement SearchMethods enum and enhance data export functionality

See merge request !12
2 parents 4c69bd02 24c9f63f
...@@ -1618,4 +1618,4 @@ def email_validator(node, value): ...@@ -1618,4 +1618,4 @@ def email_validator(node, value):
# def get_url_captcha(request): # def get_url_captcha(request):
# captcha = get_captcha(request) # captcha = get_captcha(request)
# return os.path.join(get_urls(request.route_url('home')), 'captcha', captcha) # return os.path.join(get_urls(request.route_url('home')), 'captcha', captcha)
""" """
\ No newline at end of file \ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!