Anna Damm
Anna Damm
For me, this works properly. Could you add that to the readme/documentation?
@sorinsarca Hey Sorin! Could you have a look at this PR?
@blixhavn Could you take a look at this, please?
I'm more in favor of having a tile template where everyone can set up their tiles how they want it. with variables for title, number, etc.
I suppose it might as well be a bug in the JSONField or the django serializer (after digging into the code), so I created a bug ticket there: dmkoch/django-jsonfield/issues/216
@haricot: I have not tested it yet. But it seems to me from the code that this only works with djangocms-cascade. It will not work with other plugins with a...
I just found out that this only happens with named functions, not with closures. But sadly, using Factory functions on a class, such as `ServerRequestFactory::create(...)` or similiar don't work because...