Oliver Sauder

Results 84 comments of Oliver Sauder

It sounds obvious to do this in Django but should this really be done within Caluma or not better in the deployment process? We are not really talking about schema...

If it is not a full fledged django app then `django-admin` won't work and creating migrations might be come tedious and a lot of copy paste that's one of the...

The idea was that in the next jexl you would have access to the answers of the task form resp. case form. This just hasn't been implemented yet.

An automatic possibility would be a CRDT algorithm like https://arxiv.org/pdf/1608.03960.pdf But most likely this will cause errors as well as thing might be merged unpredictably. Potentially we will need to...

Thanks for reporting. It can be debated whether this is a bug or a feature request. Currently, `PolymorphicResourceRelatedField` does not support serializer to be defined as dotted string. It would...

The LazySerializerDict only resolves the serializer from dotted string when accessed the first time. This should also be used in this case, it needs to be checked whether this resolves...

I haven't dived into this issue enough to really see what is the best approach. What I recommend you to do is to work on a PR with a test...

Thanks for your report. It could be that the support for `HyperlinkedIdentityField` is not complete. Could you provide an exception stacktrace? If you have more time at hand best actually...

I agree this is a bug. For compatibility as we do it in other spots it is better to run `undo_format_field_name` on the fieldset to solve this issue. PR is...