- 🇳🇱Netherlands batigolix Utrecht
I had to change the patch to make it apply to the latest 2.0 alpha version
- Status changed to RTBC
almost 2 years ago 2:22pm 31 May 2023 - 🇧🇪Belgium BramDriesen Belgium 🇧🇪
This solved the issue for me on taxonomy term edit pages!
-
Kingdutch →
committed 88bc4dae on 8.x-2.x
Issue #3204291 by MarcKwee, StryKaizer, batigolix, medwassim,...
-
Kingdutch →
committed 88bc4dae on 8.x-2.x
-
Kingdutch →
committed 6d251c74 on 8.x-2.x
Add taxonomy term test coverage This reveals a bug which was file in #...
-
Kingdutch →
committed 6d251c74 on 8.x-2.x
- Status changed to Fixed
almost 2 years ago 10:09pm 3 June 2023 - 🇳🇱Netherlands kingdutch
This has been fixed on 8.x-2.x-dev
I opted for using
label
instead of using themethod_exists
check. For Terms and Node's thelabel
call is equivalent to using their respective get* method. Additionally thelabel
method is available on theEntityInterface
so we can be sure it's always available.I've added a Behat test to make sure the RTSEO module works on Terms, similar to what was already present for Nodes (that test also properly demonstrated the bug).
GitLab CI support for Behat is still a work in progress.
Automatically closed - issue fixed for 2 weeks with no activity.