Toby Griffiths

Results 25 comments of Toby Griffiths

Great stuff. I'll try to get around to it in the next couple of weeks.

Sorry it's taken so long to pick this up. It is still on my radar, when I can find a moment.

For anyone coming across this issue, the location of the Bridge classs has been changed in the latest `master` branch, to https://github.com/api-platform/core/tree/main/src/Core/Bridge

For reference, I modifying the code to only change the value if there is no association, changing… ``` } else if (isset($config['rootIdentifierMethod']) && is_null($meta->getReflectionProperty($config['root'])->getValue($node))) { ``` … to… ``` }...

Thanks for the prompt reply, @leevigraham. From the changelog entry in the README I thought it should point to an external entity for root elements, but from that example it...

Anybody able to comment on this yey?

Does anyone have a possible solution for this yet? Perhaps if we either allow the setting of a device name in the app, or even just keeping the first name...

@dumindu you can fix this by replacing the following line in `ansible/roles/server/tasks/main.yml`... Before... ``` - name: Install Extra Packages sudo: yes apt: pkg={{ item }} state=latest with_items: server.packages

I've tried to find "server.packages" in the repo, so that I can submit a PR, but can't find it. Can anyone shed some light?

Hi @InFog, Ah… I don't think I did. I'm a bit snowed under this week, but I'll try to find time next week to take a look. T Toby Griffiths...