Commit graph

4782 commits

Author SHA1 Message Date
Laura Klünder
d1fa0b449b deleting objects with references in changeset needs to work 2024-12-05 18:18:55 +01:00
Laura Klünder
500332a691 add todo for delete multiple objects 2024-12-05 18:06:30 +01:00
Laura Klünder
deb7f8b94e why not show titles of related objects in changeset details, sounds nice 2024-12-05 17:45:52 +01:00
Laura Klünder
1c33db4c79 look at "title" field instead of "titles" 2024-12-05 17:20:20 +01:00
Laura Klünder
16ebe2882d another place to not get confused with many_to_many fields 2024-12-05 17:05:13 +01:00
Laura Klünder
e1ab9d348f don't get confused with manytomanyfields and operationdependency 2024-12-05 16:46:31 +01:00
Laura Klünder
168de89543 remove done situation debug statement 2024-12-05 14:26:57 +01:00
Laura Klünder
78bff89f1b show text if changeset is empty 2024-12-05 14:21:33 +01:00
Laura Klünder
089c3e3f85 fix get_ref_and_pre_change_values if already inside of prev 2024-12-05 14:20:11 +01:00
Laura Klünder
69d93ddf38 if restoring a deleted object … potentially remove from changeset 2024-12-05 14:14:58 +01:00
Laura Klünder
bcff9796ee fix changeset restore deleted object 2024-12-05 14:14:04 +01:00
Laura Klünder
90de2396df fix stuff about object deletion in changeset 2024-12-05 14:07:06 +01:00
Laura Klünder
95b8800907 get on_delete in editor properly 2024-12-05 13:54:36 +01:00
Laura Klünder
02837c2e4c remove debug statement 2024-12-05 13:48:54 +01:00
Laura Klünder
e9062f14c3 no can_delete check needed 2024-12-05 13:43:47 +01:00
Laura Klünder
87ba5973c8 again, wouldn't it be nice to be able to create objects in the editor?! 2024-12-05 13:16:04 +01:00
Laura Klünder
28223c8960 fix uniqueValueDependency logic in the editor 2024-12-05 13:14:13 +01:00
Laura Klünder
f2e92c1958 sure would be nice to be able to create objects in the editor, huh? 2024-12-05 13:14:13 +01:00
Jenny Danzmayr
15f2eab217 fixed serialization of lazy attributes that evaluate to None
Without this `None` is returned as the string 'None'.
Needed by at least the I18nField
2024-12-05 03:25:16 +01:00
Jenny Danzmayr
61713caf89 added missing migration 2024-12-04 23:44:10 +01:00
Jenny Danzmayr
4f953d2ba1 lamdas are not allowed as a default value for a SchemaField 2024-12-04 23:43:34 +01:00
Jenny Danzmayr
8151d901fd docker: fixed missing libmemcached 2024-12-04 20:46:02 +01:00
Jenny Danzmayr
a5ae6c13ca added libcairo to docker container 2024-12-04 20:20:27 +01:00
Jenny Danzmayr
e7218a249f fixed typo in requirements filename 2024-12-04 20:12:59 +01:00
Jenny Danzmayr
3b21392f4c use pygobject instead of pgi for docker container
pgi doesn't work anymore/ It's unclear why we used it in the first place
instead of pygobject.
2024-12-04 20:09:22 +01:00
Laura Klünder
cd447d8490 add todo about moving ObstacleGroup 2024-12-04 15:53:00 +01:00
Laura Klünder
3ab84b6e8d remove new_serialize, this is now the new standard 2024-12-04 15:48:48 +01:00
Laura Klünder
c1eb47a0e0 fewer explicit serialize() calls 2024-12-04 15:44:53 +01:00
Laura Klünder
9f609d9205 simplify serialize calls some more in routing etec 2024-12-04 15:43:03 +01:00
Laura Klünder
f2f67a1cbb route result should use more schema 2024-12-04 15:27:06 +01:00
Laura Klünder
602093d67a fix effective_slug for CustomLocation schema 2024-12-04 13:14:44 +01:00
Laura Klünder
3c4b929a31 remove old CustomLocation serialization stuff 2024-12-04 13:02:55 +01:00
Laura Klünder
907cc43214 serialize CustomLocation 2024-12-04 13:01:02 +01:00
Laura Klünder
00ec22c334 fix locationredirects breaking querysets 2024-12-04 12:42:03 +01:00
Laura Klünder
07a3c5ffa9 no need to explicitly serialize the grid 2024-12-04 12:20:27 +01:00
Laura Klünder
05890de06a all mapdata models use new_serialize now 2024-12-04 12:20:17 +01:00
Laura Klünder
40f19afc28 add locationredirect api endpoint with new_serialize 2024-12-04 12:08:19 +01:00
Laura Klünder
9debd7c845 add missing api endpoint for LabelSettings and use new_serialize 2024-12-04 11:58:20 +01:00
Laura Klünder
38c6e6a863 new_serialize for access restrictions 2024-12-04 11:45:03 +01:00
Laura Klünder
b8cc720c04 new_serialize for leavedescription, crossdescription and columns 2024-12-04 11:41:31 +01:00
Laura Klünder
fca1ca5a32 new_serialize for obstacle and lineobstacle 2024-12-04 11:35:26 +01:00
Jenny Danzmayr
a1a350b96e updated renovate config to match new ubuntu version 2024-12-03 21:30:06 +01:00
Jenny Danzmayr
d13af9e5d1 updated docker images to Ubuntu 24.04 2024-12-03 21:16:59 +01:00
Laura Klünder
b96dcb9b50 better add_search typing 2024-12-03 19:04:18 +01:00
Laura Klünder
b96707d426 effective_icon and add_search 2024-12-03 19:00:35 +01:00
Laura Klünder
920422d359 add todos 2024-12-03 18:44:17 +01:00
Laura Klünder
b47e97bb81 new serializer for all locations 2024-12-03 18:42:33 +01:00
Laura Klünder
38b4fbe1f0 new serializer for hole, area, stair, and ramp 2024-12-03 17:18:59 +01:00
Laura Klünder
ed00cbd0e5 use new serializer for spaces and doors 2024-12-03 17:12:12 +01:00
Laura Klünder
8be5f0f9fb enforce can_access_geometry on geometry endpoints 2024-12-03 17:07:07 +01:00