File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
src/iosanita/contenttypes/browser Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 4
4
from .export_view import IExportViewTraverser
5
5
from copy import deepcopy
6
6
from iosanita .contenttypes import _
7
- from plone .protect .interfaces import IDisableCSRFProtection
8
7
from plone .restapi .interfaces import ISerializeToJson
9
8
from zExceptions import BadRequest
10
9
from zExceptions import NotFound
11
10
from zope .component import getMultiAdapter
12
- from zope .interface import alsoProvides
13
11
from zope .interface import implementer
14
12
15
13
import logging
@@ -130,8 +128,6 @@ def get_data(self):
130
128
# 4. fare la ricerca
131
129
# 5. fare export in csv/pdf a seconda del formato
132
130
"""
133
- # TODO: chi/cosa scrive sul db ? questa è da togliere a regime
134
- # alsoProvides(self.request, IDisableCSRFProtection)
135
131
136
132
# 2. Get columns, base filters and sorting
137
133
columns = self .block_data .get ("columns" , [])
You can’t perform that action at this time.
0 commit comments