fix: sample orgs invisible in search due to wrong NodeType#94
Merged
Conversation
ACME, Northwind, and Cornerstone used NodeType: Organization which triggers OrganizationAccessRule, failing the read permission check for file-based samples. Markdown NodeType has no custom access rule, matching how FutuRe (which works correctly) is configured. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 tasks
sierragolflima
added a commit
that referenced
this pull request
Apr 27, 2026
* Changes to FutuRe (plot reactivity, formatting, icons) * Fix Microsoft login blank page on /signin-microsoft Exclude OAuth callback paths (signin-*) from Blazor catch-all route and OnboardingMiddleware so the OIDC handler processes them. Add OnRemoteFailure handler to surface auth errors as redirects instead of blank pages. Clean up redundant UseForwardedHeaders() call for production. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * updates to aspire deployment and project templates * cleanup; adding CosmosImport README.md for nuget * fixed unit tests (also AI & ACME); hub vs. group rel'ship; fixed local mode; clean up * aspire-deployment-changes * strip non-deployment changes from branch Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * aspire-deployment-changes Bring FutuRe aspire state to deployment-test: optional secrets with null-check defaults, AzureAIS model endpoints, simplified mode handling, migration v6 rewrite (permissions rebuild), logging config cleanup, and updated deployment docs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * removal of diagnostic code; clean up * Revert "Merge pull request #94 from Systemorph/fix/sample-org-search-visibility" This reverts commit f5dac08, reversing changes made to 05ba282. * chore: expand Azure CLI permission rules in Claude settings Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fixes to login and AI chats * remove accidentally tracked dist/ build artifacts * Fixed unit test --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Samuel Glauser <sglauser@systemorph.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
NodeType: Organization→NodeType: Markdownin ACME, Northwind, and Cornerstoneindex.mdfilesOrganizationNodeType triggersOrganizationAccessRulewhich fails the read permission check for file-based samplesMarkdownNodeType has no custom access rule, matching FutuRe (which already works correctly)Test plan
dotnet run --project memex/Memex.Portal.MonolithSupersedes the
organization-layout-areasbranch (draft PR), which attempted multiple workarounds for this root cause.🤖 Generated with Claude Code