wehostadm

Results 19 comments of wehostadm

@Tucker-Eric Seems to be good, I saw a PR for this and the documentation has been updated :) Thanks

Same issue and unfortunately need to downgrade to the 4.8.10 version due to the BC break with the function getReferrer() that does not exist anymore and that is a lot...

@Sanket-Arekar Nice thanks, I don't have time to open a PR (too busy at work) @javiereguiluz Do you need to assign @Sanket-Arekar for this issue ? Thanks

@mbabker It is the Easyadmin Bundle that do this query, I have no control of that :( @ytilotti How can I add the index on "action" field in Symfony because...

@ytilotti Only for entities that I managed not for those inside Bundles. Do I need to create an Entity that inherits `Gedmo\Loggable\Entity\LogEntry` ? Somethink like : #[ORM\Index(name: 'action_lookup_idx', columns: ['action'])]...

@budzik Thanks for your help :) I think this feature could be good to implement in EasyAdmin

Hi @HeyIAmBob Unfortunately, I did not have any solution for this and I think the mapped option is depreciated. Maybe @javiereguiluz can help us ? Thanks,

@arunparkugan I was able to compile on Cygwin environment thanks to this command : > cmake . -Bbuild -DTBB_STRICT=0 -DCMAKE_CXX_FLAGS="-D_GNU_SOURCE" -DCMAKE_MAKE_PROGRAM=make (the CMAKE_MAKE_PROGRAM=make is specific to my computer due to...