e048d44c95
#249 Created as modified
...
* fills modified attribute on new entries with created value automatically
* adds default ordering by last modified on table overviews
2022-11-25 08:27:42 +01: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
276e7ed4bb
CompensationAction views
...
* replaces function based action views with class based
2022-08-22 08:38:23 +02:00
1b5cbba48b
State views
...
* replaces function based state views with class based
2022-08-22 08:27:36 +02:00
89c1352503
Deadline views
...
* replaces function based views for deadlines with class based views
2022-08-22 08:07:35 +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
096385a9eb
Resubmission class view
...
* adds AbstractResubmissionView to konova app
* implemented for all major data types
* replaces function based views
2022-08-19 10:47:59 +02:00
7e68d12ee9
Konova views
...
* splits konova/views.py into separate files in new module
* view files can now be found in /konova/views/...
* introduces first class based view AbstractLogView
* implemented for Ema, Intervention, Compensation and EcoAccount
2022-08-19 10:25:27 +02:00
e930250226
Compensation views
...
* splits compensation/views/compensation.py (+700 lines) into separate files in new module
* view files can now be found in /compensation/views/compensation/...
2022-08-19 08:12:32 +02:00