- First commit to issue fork.
 - π¬π§United Kingdom omahm Belfast
I'm working on getting this patch into the current dev version and then into a new release.
It's taking a bit longer than I hoped as I'm having to do a quite a bit of testing and fixing any issues. - πΊπΈUnited States Kasey_MK
Thanks @ohmahm, that'll be great! In the meantime, here's a re-roll for 2.1.6
 - π¬π§United Kingdom omahm Belfast
Thanks @Kasey_MK I had to roll out another quick release to fix some issues when the scan command ran.
I'm angling towards a new V3 release for entity scanning with the plan to provide plugin support to allow people to roll their own indexing features. I don't have a release timeframe for this (probably won't be for a while) as I'm pretty much starting from scratch and I'm still defining the architecture for how this will work but I've some proof of concept code in progress.
 - πΊπΈUnited States Kasey_MK
Bug fix for $this->logger no longer being included, and some whitespace fixes.
 - πΊπΈUnited States Kasey_MK
Just updating a deprecated item:
$container->get('site.path')to$container->getParameter('site.path') - πΊπΈUnited States Kasey_MK
This version fixes the "Tasks" column to use the text "Edit" instead of duplicating the entity name or title.
I also added a "Status" column which is a thing our staff have been asking for (they don't really care about fixing links from pages that aren't published). Thought about making that into a separate issue, but a) it would have required before-and-after versions for this patch, b) I didn't see how it would cause any harm, and c) I think I'm pretty much alone here on this issue.