2c20069dea
Test extension
...
* adds further checks on EcoAccount tests for proper updating of new deductable_rest attribute
2022-10-12 08:59:38 +02:00
87b01e8fdd
Fixes account deletion with deductions
...
* adds a warning on removing an eco account if there are still deductions
* this way a user needs to get rid of these deductions first
2022-10-11 16:47:16 +02:00
bce271ceaa
Fix for recorded deduction
...
* fixes bug where deduction of a recorded intervention could be deleted from the eco account detail view
* improves check_for_recorded_instance() logic
* improves rendering of detail view on compensation-like objects to highlight missing data
2022-10-11 16:32:12 +02:00
ac443bd9eb
Merge pull request 'fix_acc_sorting_availability' ( #218 ) from fix_acc_sorting_availability into master
...
Reviewed-on: SGD-Nord/konova#218
2022-10-11 15:21:23 +02:00
eb248be6f4
Fixes EcoAccount availability ordering
...
* adds db based table ordering for EcoAccountTable
2022-10-11 15:20:11 +02:00
ba7ae0b0b2
Hotfix for ordering of availability
...
* fixes error 500 in case of ordering by availability
2022-10-11 13:31:00 +02:00
27c7802760
Merge pull request 'Map client update' ( #216 ) from map_tst into master
...
Reviewed-on: SGD-Nord/konova#216
2022-10-07 13:57:45 +02:00
6c8227ed17
Map client update
...
* updates map client to most recent code
* fixes bug on as_feature_collection which led to problems on initial loading in map
2022-10-07 13:56:43 +02:00
757598970b
Merge pull request 'Netgis client update' ( #214 ) from map_client_update_05102022 into master
...
Reviewed-on: SGD-Nord/konova#214
2022-10-05 11:01:55 +02:00
f38de97cf4
Netgis client update
...
* fixes address search results placement in scrollable context
* fixes import issues for gml and geojson
* updates basic configuration for map layers
2022-10-05 11:01:11 +02:00
750afdff08
Merge pull request ' #208 API non existing atomID' ( #212 ) from 208_API_non_existing_values into master
...
Reviewed-on: SGD-Nord/konova#212
2022-09-29 10:45:44 +02:00
b4cc919b02
#208 API non existing atomID
...
* handles error response for non existing atomID properly according to isse #208
2022-09-29 10:42:32 +02:00
49f57a4bf6
Merge pull request 'Fix geometry conflict message' ( #211 ) from hotfix_geom_conflict_msg_with_deleted_entry into master
...
Reviewed-on: SGD-Nord/konova#211
2022-09-29 10:30:06 +02:00
c5f8e0c705
Fix geometry conflict message
...
* fixes bug where geometry conflicts template message has been rendered despite having no active geometry conflict
* happened in case of existing geometry conflicts related to an as deleted marked entry
2022-09-29 10:29:33 +02:00
0bff9e0018
Merge pull request 'API Celery parcel calculation fix' ( #209 ) from map_client_update into master
...
Reviewed-on: SGD-Nord/konova#209
2022-09-28 12:28:08 +02:00
0e9f0ba53e
API Celery parcel calculation fix
...
* fixes bug where API stored data would not have parcels be calculated correctly
2022-09-28 12:24:06 +02:00
9ee0bddde9
Merge pull request 'Bugfix Parcel calculation' ( #206 ) from map_client_update into master
...
Reviewed-on: SGD-Nord/konova#206
2022-09-16 12:13:24 +02:00
66a2387791
Bugfix Parcel calculation
...
* fixes a bug where neighbouring parcels would be detected using Intersection operation as well
2022-09-16 12:09:25 +02:00
d52db88a96
Merge pull request '202 Geometry conflict checking to background' ( #204 ) from 202_Geometry_conflict_checking_to_background into master
...
Reviewed-on: SGD-Nord/konova#204
2022-09-15 12:13:17 +02:00
9bba982ce5
202 Geometry conflict checking to background
...
* wraps check_for_conflicts() in celery based method
* fixes bug on InterventionEditForm where geometry's save() has been called twice
2022-09-15 12:12:35 +02:00
0647116168
Merge pull request 'map_client_update' ( #203 ) from map_client_update into master
...
Reviewed-on: SGD-Nord/konova#203
2022-09-15 11:39:00 +02:00
8591156aef
Webfonts
2022-09-14 09:12:59 +02:00
b73b209344
Bugfix Webfonts Netgis Client
2022-09-14 09:10:20 +02:00
6a30af647a
NEtgis Client Bugfix
...
* fixes bug where initial geometry has not been rendered on client loading
* needs to be replaced asap by a proper bugfix from the original devs
2022-09-13 13:43:43 +02:00
c08f5145fe
Netgis client update
...
* adds new version to sources
2022-09-12 13:12:59 +02:00
968eea85d4
Merge pull request 'Login required on modals' ( #201 ) from modal_login_required into master
...
Reviewed-on: SGD-Nord/konova#201
2022-09-12 12:11:15 +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
3f907c2b44
Merge pull request '104_Class_based_views' ( #200 ) from 104_Class_based_views into master
...
Reviewed-on: SGD-Nord/konova#200
2022-08-22 11:09:51 +02:00
a4de394a54
Share views
...
* replaces function based share views with class based
* improves team-share autocomplete search
* renames internal share url names
2022-08-22 10:58:07 +02:00
a16f68012d
EcoAccount views
...
* splits compensation/views/eco_account.py (+700 lines) into separate files in new module
* view files can now be found in /compensation/views/eco_account/...
2022-08-22 10:17:49 +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
d6057575ea
Ema Deadline views
...
* replaces ema deadline views with class based
2022-08-22 08:12:55 +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
c80145366e
Record class view
...
* adds AbstractRecordView to konova/views/record.py
* implements for all major data types
2022-08-19 11:01:33 +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
9654f6873d
EcoAccount views
...
* splits compensation/views/eco_account.py (+700 lines) into separate files in new module
* view files can now be found in /compensation/views/eco_account/...
2022-08-19 08:27:42 +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
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
ac0db79928
Intervention views
...
* splits intervention/views.py (+700 lines) into separate files in new module
* view files can now be found in /intervention/views/...
2022-08-19 07:34:09 +02:00
ad4d64457b
Filters refactoring
...
* splits filters.py of compensation and ema app into separate files in new /filters module
* optimizes entry search for multi keyword input
2022-08-18 13:19:04 +02:00
d785285805
Autocomplete refactoring
...
* refactors konova/autocompletes.py by splitting into individual files and moving them to fitting apps
* autocomplete files now live in APPNAME/autocomplete/...
2022-08-18 11:25:06 +02:00
4b3a35c30e
Konova filter mixins
...
* refactors konova/mixins.py into individual files in konova/mixins/...
2022-08-18 10:45:15 +02:00
047a4c7a2e
Tables refactoring
...
* splits compensation tables.py into individual files for compensation table and eco account table
2022-08-18 10:24:11 +02:00
0ce913c672
User forms
...
* refactors user/forms.py by splitting into modals package and regular forms
* regular forms can now be found at user/forms/user.py and user/forms/team.py
* modal forms can now be found at user/forms/modals/...
2022-08-18 10:17:09 +02:00
2f67c2f569
Intervention forms
...
* refactors intervention/forms and ../modalForms into individual files in separated packages
* forms.py has been renamed into intervention.py, now can be found as intervention/forms/intervention.py
* modalForms.py has been split into individual files living in modals package, can be found as intervention/forms/modals/...
2022-08-18 10:08:51 +02:00
ea7a53eb4f
Compensation forms refactoring
...
* splits compensation/forms.py and /modalForms.py into individual files inside new packages
* general forms stay in new files in compensation/forms
* modal forms stay in new files in compensation/forms/modals
2022-08-18 09:54:49 +02:00
5550b8aa67
Merge pull request '197_Resubmission' ( #198 ) from 197_Resubmission into master
...
Reviewed-on: SGD-Nord/konova#198
2022-08-15 11:02:07 +02:00