Andreas Allacher

Results 149 comments of Andreas Allacher

@adamjmcgrath Checking the raw tokens - probably both to be safe- sounds like a good bet. It avoids unnecessary re-renderings but re-renders things if anything changes..

I just noticed the error. not sure since when it exists as it was the staging/development system (thankfully). `storageOptions` are `{"segment":"01","fileName":"14-9680-15.png"}` `properties` are `{"width":5001,"height":2813}` in the database. And yes always...

Sorry hat I am not able to provoide more details about it, but that is more or less what I was able to find out without a lot of digging.

@alexander-schranz I have now done some debugging and it is not related to `sulu_content_load` directly at all. The issue is somewhere on the page itself. It turned out that in...

The issue seems to actually occur when loading the media with `sulu_resolve_media` and executing an entitymanager flush afterwards. Not 100% sure though, what exectly is necessary here but I would...

@alexander-schranz OK. I have done even more debugging and the final issue occurs in a custom extension that calls `\Sulu\Bundle\MediaBundle\Media\Manager\MediaManager::getById`. I tried to call it, with the problematic media ID...

@alexander-schranz Even more testing and it is enough to call `\Sulu\Bundle\MediaBundle\Media\Manager\MediaManager::getEntityById` and execute an entitymanager flush afterwards. really not sure why as that only loads the entity itself. are there...

@alexander-schranz Will NPM actually fix this because I am not that sure. Maybe you should implement a separate solution instead after all the issue is over a year old and...

I just encountered the same issue and it should definitely be fixed as using a DTO is just cleaner than using the entity directly, especially with multiple APIs and possible...