Articles icon indicating copy to clipboard operation
Articles copied to clipboard

Fix memory exception when getting tags

Open sofasurfer opened this issue 7 years ago • 1 comments

If there are allot of articles the get tags processor fires an memory exception > 500MB.

This can be fixed by getting the ID's directly instead of getting all the article objects.

Would be great if you could add this to the next version.

sofasurfer avatar Nov 08 '17 12:11 sofasurfer

Ok i replaced 'web' with $parent->get('context_key') this should work for any context.

sofasurfer avatar Nov 27 '17 15:11 sofasurfer