Skip to content

Fixed #18571 - fix cross-company created_by in asset acceptance - #18572

Merged
snipe merged 1 commit into
grokability:developfrom
uberbrady:fix_cross_company_created_by_in_asset_acceptance
Feb 19, 2026
Merged

snipe merged 1 commit into
grokability:developfrom
uberbrady:fix_cross_company_created_by_in_asset_acceptance

Conversation

@uberbrady

Copy link
Copy Markdown
Member

In FMCS it's possible that the original admin who did a checkout isn't in the same company as the admin who might be trying to re-send the acceptance request. In this case, the 3rd parameter can come across as null - which violates the type constraint in the function definition.

This loosens that up to allow a null. The view part of the blade was already null-safe.

Fixes #18571

@uberbrady uberbrady changed the title Fixed #18571: Fix cross-company created_by in asset acceptance Fixed #18571 - fix cross-company created_by in asset acceptance Feb 18, 2026
@snipe

snipe commented Feb 18, 2026

Copy link
Copy Markdown
Member

What are the reservations on this one? Also please provide a test

@uberbrady
uberbrady marked this pull request as ready for review February 19, 2026 11:23
@uberbrady
uberbrady requested a review from snipe as a code owner February 19, 2026 11:23
@uberbrady

uberbrady commented Feb 19, 2026

Copy link
Copy Markdown
Member Author

@snipe I hot-fixed the customer and asked them directly if this made the problem go away - and they've now confirmed that it did make the problem go away, so this change should be good. If you want to hold off until I have a test, I can do that.

@snipe
snipe merged commit a38bfad into grokability:develop Feb 19, 2026
7 of 8 checks passed
@snipe

snipe commented Feb 19, 2026

Copy link
Copy Markdown
Member

@uberbrady Thanks for confirming!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: (FMCS) User cannot re-send acceptance request if original administrator is not in their company

2 participants