]> BookStack Code Mirror - bookstack/commit
Fixed entity-specific tag counts listing
authorDan Brown <redacted>
Mon, 16 May 2022 13:05:21 +0000 (14:05 +0100)
committerDan Brown <redacted>
Mon, 16 May 2022 13:05:21 +0000 (14:05 +0100)
commit49498cfaf9b6f10d993755b47e2cdb3cf256461d
treea898b546e3b1fae38f177e8cc84fc88795bb23f9
parent3a4aa8111592fe37cfa64192f04ea9c56068ad77
Fixed entity-specific tag counts listing

Was reporting wrong due to use of old polymorphic namespace references.
Test was not picking up as assertElementContains had wider scope than
expected, looking within the HTML of the element instead of the text
which you might expect. Updated test helper to look at text instead.
app/Actions/TagRepo.php
tests/TestResponse.php