onsdag 29 oktober 2025 19:22:47 CET skrev du:
> These warnings concern potentially problematic data model details in some
> modules - which though do not cause any immediate trouble. The intention is
to
> alert developers of these modules so that they can improve upon their
> implementation.
P.S. it is the CRUD framework that catches these problematic configurations and
issues the warnings. However, CRUD itself has a built-in workaround, so they
won't cause any trouble there.
However, they may cause problems in custom functionality using these modules,
and then it can be difficult to identify the root cause - which is why CRUD
provides these warnings in a place where this can easily be detected.
So, this is a debugging feature - and hence, if you turn of debug (in
000_config.py), these warnings will no longer be issued. That said, while
you're working on the code, of course you would leave debug on ;)
Dominic