From 72170366672da25e97598c8aa4ce62d4cd6edb3b Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Wed, 19 Jun 2024 14:53:46 +0200 Subject: [PATCH 1/2] lib: follow patternfly issue redirect The issue was moved from patternfly-react to patternfly --- pkg/lib/patternfly/patternfly-5-overrides.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/lib/patternfly/patternfly-5-overrides.scss b/pkg/lib/patternfly/patternfly-5-overrides.scss index 923f01385114..a5a9b95b06d9 100644 --- a/pkg/lib/patternfly/patternfly-5-overrides.scss +++ b/pkg/lib/patternfly/patternfly-5-overrides.scss @@ -76,13 +76,13 @@ select.pf-v5-c-form-control { } // Fix the double-spacing issue in the non-deprecated split buttons -// https://github.com/patternfly/patternfly-react/issues/10302 +// https://github.com/patternfly/patternfly/issues/6632 .pf-m-split-button .pf-v5-c-menu-toggle__controls { margin: 0; } // Fix the double-spacing issue for other dropdowns -// https://github.com/patternfly/patternfly-react/issues/10302 +// https://github.com/patternfly/patternfly/issues/6632 .pf-v5-c-menu-toggle__controls:last-child > .pf-v5-c-menu-toggle__toggle-icon { margin-inline-end: 0; } From c2fdb10b8cab6e075763a43724a9b8dca43d2cb3 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Wed, 19 Jun 2024 15:06:56 +0200 Subject: [PATCH 2/2] systemd: update DBusGError documentation url The domain developer-old.gnome.org no longer exists. Fixes: #20621 --- pkg/systemd/reporting.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/systemd/reporting.jsx b/pkg/systemd/reporting.jsx index c066d0a1c60f..cfa12c3de112 100644 --- a/pkg/systemd/reporting.jsx +++ b/pkg/systemd/reporting.jsx @@ -312,7 +312,7 @@ const BusWorkflowRow = ({ problem, client, workflow }) => { /* GLib encodes errors for transport over the wire, * but we don’t have a good way of decoding them without calling into GIO. * - * https://developer-old.gnome.org/gio/stable/gio-GDBusError.html#g-dbus-error-encode-gerror + * https://docs.gtk.org/gio/type_func.DBusError.encode_gerror.html * * 19 is G_IO_ERROR_CANCELLED. No need to handle user cancellations. */