dd33085e3c
Merge pull request 'Public report enhancements' ( #274 ) from enhancements_report_template into master
...
Reviewed-on: SGD-Nord/konova#274
2022-12-12 13:12:31 +01:00
eda1c7a532
Public report enhancements
...
* adds toggling of scrollable box table views
* deactivates scrolling for public report view (so all entries can be seen if page is printed)
2022-12-12 13:09:17 +01:00
b5bf63798d
Merge pull request ' #271 Identifier non editable' ( #272 ) from 271_Identifier_non-editable into master
...
Reviewed-on: SGD-Nord/konova#272
2022-12-09 13:02:11 +01:00
a5cc86798c
#271 Identifier non editable
...
* sets the identifier form field as readonly
* extends help text
* updates translations
2022-12-09 12:43:49 +01:00
0de60c00e8
Merge pull request 'configurable_label_input_ratio' ( #269 ) from configurable_label_input_ratio into master
...
Reviewed-on: SGD-Nord/konova#269
2022-12-08 10:16:23 +01:00
63d37183de
#268 Filter multiple parcelgroups
...
* adds filter support for multiple parcelgroup and district names, separated by ','
2022-12-08 10:14:39 +01:00
0f6867605e
Template enhancements
...
* adds configurable label-input ratio setting for forms and specializes for RemoveModalForm
* enhances form body html structure for better UX and usage of label-input ratio
2022-12-08 09:48:01 +01:00
e85065d43b
Merge pull request 'Minor_issues' ( #267 ) from Minor_issues into master
...
Reviewed-on: SGD-Nord/konova#267
2022-12-07 07:04:48 +01:00
6162d41df3
#255 Filter by created user
...
* adds new checkbox filter for all major data types wich shows only entries, where the performing user has been the initial creator of
* adds help texts for checkbox filters
* adds translations
2022-12-06 08:30:43 +01:00
f25e85493d
#262 Public report missing entry placeholder
...
* adds empty value rendering on public intervention report
2022-12-06 07:22:11 +01:00
590e0c6288
#257 Missing geometry message red
...
* changes message colour from blue to red (indicating 'blocking' message)
* only renders message on read_only form e.g. on detail view
2022-12-06 07:19:39 +01:00
a7897f7910
Hotfix: Resubmission mail
...
* fixes resubmission mail recipient
2022-12-05 06:55:35 +01:00
734fa32f38
Merge pull request 'egon_sending_on_edit' ( #263 ) from egon_sending_on_edit into master
...
Reviewed-on: SGD-Nord/konova#263
2022-12-05 06:09:59 +01:00
edcf266dfa
Egon sending
...
* adds sending to EGON (again) when Intervention is recorded
2022-12-05 06:06:52 +01:00
cf7cedaa34
Fixing broken document migration
...
* adds changes to document migration to correctly migrate documents
2022-12-02 12:57:18 +01:00
3574b315eb
Merge pull request 'EGON GML Payment date' ( #260 ) from fix_egon_payment_date into master
...
Reviewed-on: SGD-Nord/konova#260
2022-12-02 06:43:05 +01:00
8d96ede2b4
EGON GML Payment date
...
* fixes bug where missing payment date would result in no egon message sent
2022-12-01 15:35:45 +01:00
33af4ddf2b
Merge pull request 'Fixes resubmission handling' ( #258 ) from resubmission_fix into master
...
Reviewed-on: SGD-Nord/konova#258
2022-12-01 14:01:08 +01:00
8e104b7efc
Fixes resubmission handling
...
* resubmissions have not been deleted after sending mails
2022-12-01 13:57:04 +01:00
b24e461e06
Hotfix
...
* fixes bug where None-geometry entry (instead of empty geometry) would not be expected on parcel fetching
2022-11-30 07:06:44 +01:00
029b9cf794
Revert "File number public reports"
...
This reverts commit 90fffb9576
.
2022-11-28 13:50:31 +01:00
059972b4cd
Merge pull request 'File number public reports' ( #252 ) from remove_file_numbers_public_report into master
...
Reviewed-on: SGD-Nord/konova#252
2022-11-28 07:28:52 +01:00
90fffb9576
File number public reports
...
* removes file numbers from public reports
2022-11-28 07:28:09 +01:00
155d9d1d38
Merge pull request '222_Annual_reports' ( #251 ) from 222_Annual_reports into master
...
Reviewed-on: SGD-Nord/konova#251
2022-11-25 09:18:04 +01:00
b8d9343682
Command response dynamic
...
* adds a check whether the mail could be sent properly or not and changes the resulting response
2022-11-25 09:17:15 +01:00
4ab713a908
Merge pull request '249_Last_modified_created' ( #250 ) from 249_Last_modified_created into master
...
Reviewed-on: SGD-Nord/konova#250
2022-11-25 09:05:48 +01:00
f2c5e7ae01
Tests
...
* extends test for new behaviour of newly created entries
2022-11-25 09:05:06 +01:00
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
ad02a62eaf
Merge pull request 'hotfix_geometry_save_race_condition' ( #246 ) from hotfix_geometry_save_race_condition into master
...
Reviewed-on: SGD-Nord/konova#246
2022-11-23 16:06:50 +01:00
49d02b31f5
API - Geometry empty
...
* removes mapping of empty geometry to None due to general switch to empty geometry usage
2022-11-23 16:05:27 +01:00
0b2cf2a0a4
Geometry race condition fix
...
* fixes race condition for geometry conflict and parcel calculation
* harmonizes empty geometries from None/MultiPolygonEmpty to MultiPolygonEmpty
2022-11-23 13:51:05 +01:00
618cf3a756
Merge pull request '243_GDALException_on_null' ( #244 ) from 243_GDALException_on_null into master
...
Reviewed-on: SGD-Nord/konova#244
2022-11-23 07:13:17 +01:00
e06e0e8306
Further fixes
...
* fixes race condition on geometry conflict calculation if performed in background process
* simplifies access to smaller buffered geometry
* adds mapping of "qm"->"m2" for UnitChoice in API usage for backwards compatibility
2022-11-22 15:38:03 +01:00
870d822c3a
#243 Feature without geometry
...
* fixes GDALException in case of provided feature (import) without geometry content
* modifies 500.html template to inform the user about the admins being informed automatically
2022-11-22 14:49:51 +01:00
cf874225c1
Hotfix
...
* adds missing migration
2022-11-18 16:22:24 +01:00
25cd104cf6
Merge pull request 'Updates LANIS link' ( #240 ) from lanis_link_fix into master
...
Reviewed-on: SGD-Nord/konova#240
2022-11-18 13:32:12 +01:00
ec0a5fefbd
Merge pull request ' #238 Fix' ( #239 ) from 238_Type_error_on_eco_account_edit into master
...
Reviewed-on: SGD-Nord/konova#239
2022-11-18 13:29:11 +01:00
c50632e7a0
Updates LANIS link
...
* changes LANIS link to new layer declaration
2022-11-18 13:28:13 +01:00
3cd23b1761
#238 Fix
...
* adds casting from Decimal() to primitive float for proper calculation
2022-11-18 13:24:36 +01:00
e664fbbb7d
Merge pull request 'Egon Payment compatibility' ( #237 ) from fix_egon_payment_sum into master
...
Reviewed-on: SGD-Nord/konova#237
2022-11-18 07:54:58 +01:00
feed774679
Egon Payment compatibility
...
* EGON expects the payment amount to be a localized string instead of float
* adds transformation for this
2022-11-18 07:40:35 +01:00
746ee7a283
Merge pull request 'fix_comp_action_units' ( #235 ) from fix_comp_action_units into master
...
Reviewed-on: SGD-Nord/konova#235
2022-11-18 06:52:59 +01:00
b0f9ee4ac0
Z-axis geometry upload fix
...
* adds clamping of 3D geometries to 2D geometries if uploaded using the map importer
* extends tests for payment-document linkage
* fixes bug in team-admin selection where autocomplete could not be resolved properly
2022-11-17 13:01:40 +01:00
814f35c426
Fix CompensationAction unit None
...
* adds correct declaration of unit (qm -> m2) for template rendering
* adds migration to transform existing qm units to m2
2022-11-17 10:13:22 +01:00
7c4940729c
Merge pull request 'post_release_fixes' ( #233 ) from post_release_fixes into master
...
Reviewed-on: SGD-Nord/konova#233
2022-11-17 06:54:42 +01:00
7d0c405f58
#232 Payment document linkage
...
* adds error message on intervention view if a payment has been added but no document has been uploaded yet
* adds same check to quality checker, meaning no intervention can be recorded which has a payment but no document
* adds trigger for sending data to egon on uploading a document in case of an already existing payment
* adds translations
2022-11-16 16:11:42 +01:00
cbb137a902
#230 Shared users not rendered on compensation
...
* fixes non rendering of shared users on shared data
2022-11-16 13:30:07 +01:00
14fee4474f
#229 Shared users mandatory on admin
...
* changes mandatory state of users and teams on admin backend to optional (as expected by the model)
* adds team selection to admin backend
2022-11-16 13:27:57 +01:00
deb97fbbf3
#228 Parcel filter
...
* changes parcel related filter fields from CharField to NumberField to avoid unexpected behaviour on non-numerical input
2022-11-16 13:18:52 +01:00
eb2d01eeea
#231 Report geometry
...
* should fix report geometry cast problem in cases where MultiPolygon(srid=4326) is taken as default
2022-11-16 12:20:16 +01:00