mantisbt-plugins / source-integration

Source control integration plugin framework for MantisBT, including support for Github, Gitlab, Bitbucket, Gitea, Gitweb, Cgit, Subversion, Mercurial and more
http://noswap.com/projects/source-integration/
MIT License
181 stars 130 forks source link

Make sure status colors CSS is available #398

Closed dregad closed 2 years ago

dregad commented 2 years ago

Starting with MantisBT 2.26.0, status_config.php (dynamic CSS for status colors) is no longer systematically loaded by core.

This results in linked issues' status icons on the plugin's View page, to be shown in black instead of the appropriate color, as shown in screenshot

image

The stylesheet has to be loaded by individual pages that need it (see issue #30773, mantisbt/mantisbt#1833)