Skip to content

[pull] dev from KelvinTegelaar:dev#77

Open
pull[bot] wants to merge 27 commits intoisgq-github01:devfrom
KelvinTegelaar:dev
Open

[pull] dev from KelvinTegelaar:dev#77
pull[bot] wants to merge 27 commits intoisgq-github01:devfrom
KelvinTegelaar:dev

Conversation

@pull
Copy link

@pull pull bot commented Mar 10, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

KelvinTegelaar and others added 8 commits March 9, 2026 21:37
fix: sponsor change on router path update
This was blocking submission of the edit user page, also its a comma separated list so corrected validator and backend apis.
Tested with new users with 0,1 and 2 emails set as alternatives in both the user creator and the user editor pages.
Add a new Mailbox Forwarding report and menu entry. Updates layouts config to include the new report under email reports with Exchange.Mailbox.* permissions. Adds src/pages/email/reports/mailbox-forwarding/index.js which renders a CippTablePage showing forwarding-related columns, a Forwarding Only toggle, tenant-aware behavior, and a Sync action that opens a CippApiDialog to call /api/ExecCIPPDBCache. Includes a CippQueueTracker to surface queue status, disables sync for AllTenants, and shows a warning if no tenant is selected.
Adds filter presets for External, Internal, and Both forwarding types.
A mailbox forwarding report should only contain mailboxes with forwarding.
Fix Alternate Email Addresses validator blocking edit user submission
@pull pull bot added the ⤵️ pull label Mar 10, 2026
TecharyJames and others added 19 commits March 10, 2026 13:12
…-report

Feature/mailbox forwarding report
When defaultvalues is a function, the reset call on dialog open was passing
the function itself instead of calling it with the current row. This meant
React Hook Form had no valid values to reset to, so it fell back to whatever
was set when the dialog first mounted — keeping the first row's data stuck
in the form no matter which row you clicked after that.

Tested by opening the edit template name and description dialog on one Intune Template, closing it, then
opening the edit template name and description on a different template — the first template's name and description stayed in the fields instead of updating.

The fix is to call defaultvalues(row) when it's a function, which is the
same pattern already used one line above it for the initial form setup.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants