Page MenuHomePhabricator

[BlueSpiceDashboards] reuses i18n message bs-extjs-rssfeeder-rss-title from BlueSpiceRSSFeeder
Closed, ResolvedPublic

Description

BlueSpiceDashboards fails a test:

1) ResourcesTest::testMissingMessages
Message 'bs-extjs-rssfeeder-rss-title' required by 'ext.bluespice.dashboards.portletCatalog' must exist
Failed asserting that false is true.

tests/phpunit/structure/ResourcesTest.php:110
tests/phpunit/MediaWikiTestCase.php:469
maintenance/doMaintenance.php:94

The message bs-extjs-rssfeeder-rss-title is defined in the extension BlueSpiceRSSFeeder. That extension is probably not a requirement to have the dashboards one to pass. Most probably a new i18n message should be created.