|
|
d2a57df080
|
# Document views refactoring
* refactors new, edit, get and delete views for eiv, kom, oek and ema
* introduces
|
2025-10-21 13:48:16 +02:00 |
|
|
|
9283c12162
|
Login required on modals
* adds new login_required_modal decorator
* can be used before regular login_required decorator to return a proper session-timed-out message
|
2022-08-25 11:34:09 +02:00 |
|
|
|
ed82109af9
|
Document views
* replaces function based views for creating, editing, removing and fetching documents with class based views
* implemented for all major data types
|
2022-08-22 07:52:22 +02:00 |
|
|
|
b51f743be2
|
EMA views
* splits ema/views.py (+700 lines) into separate files in new module
* view files can now be found in /ema/views/...
|
2022-08-19 07:51:49 +02:00 |
|