Lukas M. BeckX
Lukas M. BeckX
Gibt es hier schon etwas Neues?
Have the same problem. If I return a ```php return $this->json(['error' => '400'], Response::HTTP_BAD_REQUEST); ``` Then i get the response in the browser: ``` Access to fetch at ''https://my-api-host/my/post' from...
Thank you for the quick answer. Is there a simple way to modify the output or register a new value parser like "Rohdaten", "Ja/Nein", "Email", "Datum/Zeit", etc.?
This always happens when we have a checkbox menu. Form field config:  Form:  Export configuration:  Saved values and labels 
@zoglo I think that's it. I use https://mmenujs.com/ for the mobile menu and that builds a wrapper around the content for expanding and collapsing the mobile menu.  If you...
> We do not have the time to investigate this for you, nor can we reproduce and thus fix it. > Just downgrade the Cookiebar and lock it to version...
Gibt es hier schon etwas Neues?
Quick reminder. I still think the feature is great.
@spuxx1701 As I remember, I used the following solutions for the problems. Install https://github.com/typestack/class-transformer Create the user entity ```typescript User.init({ id: { type: DataTypes.INTEGER, autoIncrement: true, allowNull: false, primaryKey: true,...
If you use nestjs, I can recommend this article from the documentation. https://docs.nestjs.com/interceptors My code to transform all outgoing entites: > transform.interceptor.ts ```typescript import { CallHandler, ExecutionContext, Injectable, NestInterceptor, }...