Bug needs moved to Craft but that's not an option in Bugzilla
Ingo Klöcker
kloecker at kde.org
Wed Dec 18 07:30:57 GMT 2024
On Dienstag, 17. Dezember 2024 23:11:55 Mitteleuropäische Normalzeit Julius
Künzel wrote:
> Craft does not use bugzilla anymore. Everything should be reported as a
> GitLab issue. As far as I know the bugzilla products for it have hence been
> archived.
Sorry, Michael. I didn't notice that Craft in Bugzilla has been closed. As far
as I can see the classifications like "Unmaintained" are only displayed on the
Product Administration page which isn't accessible for normal Bugzilla users.
It seems that the classification is intended to be displayed on the Browse page
(https://bugs.kde.org/describecomponents.cgi), but the classifications are put
in a <th> which is explicitly hidden via CSS:
#choose_product tr > th {
visibility: hidden;
}
while elements contained in the th are made visible (which makes the product
names visible):
#choose_product tr > th * {
visibility: visible;
}
I have updated the description of the Craft product in Bugzilla to make it
clear that issues for Craft should be reported on invent.
Regards,
Ingo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20241218/87db36a5/attachment-0001.sig>
More information about the kde-core-devel
mailing list