Eric Traut
5a6e905994
Fix auto-review permission profile override ( #23956 )
...
## Summary
The auto-review runtime sync path was assigning a raw
`PermissionProfile` into `runtime_permission_profile_override`, whose
field now expects `RuntimePermissionProfileOverride`. That broke the TUI
Bazel build.
This changes the assignment to store
`RuntimePermissionProfileOverride::from_config(&self.config)`, matching
the other runtime override paths and preserving the active profile and
network metadata with the permission profile.
2026-05-21 16:52:36 -07:00
..
2026-05-21 16:52:36 -07:00
2026-05-20 14:59:41 -07:00
2026-05-21 12:26:36 -03:00
2026-05-05 11:17:47 -07:00
2026-05-20 14:59:41 -07:00
2026-05-15 15:04:04 -07:00
2026-05-13 15:33:27 +00:00
2026-05-13 16:08:05 +00:00
2026-05-18 20:24:09 -03:00
2026-04-30 22:42:48 -07:00
2026-05-11 21:08:40 -03:00
2026-05-14 21:19:06 -07:00
2026-05-19 11:22:00 -07:00
2026-05-10 20:42:11 +00:00
2026-05-10 11:45:49 -03:00
2026-05-15 17:10:15 -07:00
2026-05-12 10:43:17 -03:00
2026-05-20 21:55:21 +00:00
2026-04-30 11:34:34 -07:00
2026-05-21 12:26:36 -03:00
2026-04-30 11:34:34 -07:00
2026-05-20 15:57:50 -07:00
2026-05-21 16:03:11 -07:00
2026-04-30 10:52:19 -07:00
2026-05-07 20:31:41 -07:00
2026-05-04 16:11:15 -03:00
2026-05-21 12:26:36 -03:00
2026-05-14 18:51:36 -07:00
2026-05-05 16:18:02 +00:00
2026-05-13 15:40:37 -07:00
2026-05-21 16:03:11 -07:00
2026-05-13 12:11:15 -03:00
2026-05-20 17:33:01 -07:00
2026-04-30 10:52:19 -07:00
2026-04-30 11:34:34 -07:00
2026-05-14 15:16:15 +02:00
2026-05-09 16:10:56 -03:00
2026-05-05 17:09:25 -03:00
2026-05-11 21:08:40 -03:00
2026-05-18 11:28:53 -07:00
2026-05-09 21:17:30 +00:00
2026-05-01 09:39:48 -07:00
2026-05-13 12:11:15 -03:00
2026-05-13 15:33:27 +00:00
2026-05-04 19:18:56 +00:00
2026-05-14 20:51:08 -07:00
2026-05-21 17:21:37 +02:00
2026-05-14 17:11:36 -04:00
2026-05-18 11:32:02 -07:00
2026-05-10 20:42:11 +00:00
2026-05-10 20:42:11 +00:00
2026-05-10 20:42:11 +00:00
2026-05-10 20:42:11 +00:00
2026-04-29 17:22:41 -07:00
2026-05-01 09:07:56 -07:00
2026-04-30 11:34:34 -07:00
2026-05-13 15:33:27 +00:00
2026-05-14 14:33:54 -03:00
2026-05-15 17:10:15 -07:00
2026-05-19 15:48:40 -07:00
2026-05-20 15:57:50 -07:00
2026-05-14 16:54:59 -07:00
2026-05-04 11:46:03 -07:00
2026-05-20 11:05:14 -07:00
2026-05-20 15:49:35 +00:00
2026-05-14 18:51:36 -07:00
2026-05-09 21:17:30 +00:00
2026-05-01 09:07:56 -07:00
2026-05-09 16:10:56 -03:00
2026-05-10 20:42:11 +00:00
2026-05-18 09:04:02 -07:00
2026-05-18 09:04:02 -07:00
2026-04-30 11:34:34 -07:00
2026-04-30 22:42:48 -07:00
2026-05-08 07:56:13 -07:00
2026-05-18 09:04:02 -07:00
2026-05-19 23:13:49 -07:00
2026-04-30 11:34:34 -07:00
2026-05-05 17:09:25 -03:00
2026-05-13 14:19:05 -07:00