Florian M
Florian M
I’m not a huge fan of reusing isMappingLocked for this. The logic may change in the future. Maybe we should just introduce a generic volumeBucketDataHasChanged instead. This will create some...
volumeBucketDataHasChanged should be set in the backend when applying `DeleteSegmentDataVolumeAction` and `UpdateBucketVolumeAction` actions. The frontend could use `isMappingLocked && !mappingIsEditable` as a fallback when `volumeBucketDataHasChanged` is None. For new volumeTraicngs,...
Related: - #5775 - #6303 - #7831 - #7580 - and possibly #7835
Some first insights: The onboarding screen was not shown because of the schema compliance check, but because the organization list query failed (since the columns of the organization table were...
I managed to reproduce the issue and for me the `/api/organizationsIsEmpty` request correctly replies with 400 when the database access for the organizations table fails. Looks like the frontend catches...
I created a first version of this in the backend. It works for Trees, Nodes and Segments (not yet for groups). In proto, each of these now has a field...
> a parent tag for the user defined properties Sure, no objections :) > Did you mean it like this? Yes!
ok, I’ll have a look
I pushed the renaming (compare [slack thread](https://scm.slack.com/archives/C5AKLAV0B/p1726142351324709)). Note that adapting the backend NML writer+parser to your suggested format with parent tags is still pending. I hope I’ll get to that...
Yes. There is on open checkbox about which I am unsure (“Add assertions on duplicate keys”). Since the update actions are applied lazily, adding assertions there will break the next...