Commit 55e8f0ee authored by Mario Chirinos's avatar Mario Chirinos

data tables

parent 39ff8889
......@@ -358,7 +358,9 @@ def wsNewsListTable(request):#, publisherShortName="all"):
endDate = datetime.datetime.today()
request.GET = request.GET.copy()
request.GET["text"]= html.unescape(request.GET["text"]) if "text" in request.GET else None
if "text" in request.GET:
request.GET["text"]= html.unescape(request.GET["text"])
print ("GET REQUEST 2", request.GET)
if 'ajaxPublishers[]' in request.GET:
request.GET.setlist('publishers', request.GET.getlist('ajaxPublishers[]'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment