Ticket #2973 (new enhancement)
Opened 19 months ago
Move new_authz.py into logic/auth/__init__.py
Reported by: | seanh | Owned by: | |
---|---|---|---|
Priority: | awaiting triage | Milestone: | ckan 2.0 |
Component: | ckan | Keywords: | organizations |
Cc: | Repository: | ckan | |
Theme: | none |
Description
Makes sense to keep all auth stuff under logic/auth.
Also decide which functions from new_authz.pu should be marked private with _.
Also decide which functions from new_authz.py are really helpers for the auth functions in get.py, update.py and delete.py, and should maybe moved to another file, e.g. logic/auth/helpers.py
Note: See
TracTickets for help on using
tickets.