Skip to content

fix foreign key dropdowns issue - #5

Merged
AdamMusa merged 1 commit into
AdamMusa:mainfrom
delbertf:fix/foreign-key-dropdowns
Aug 12, 2026
Merged

fix foreign key dropdowns issue#5
AdamMusa merged 1 commit into
AdamMusa:mainfrom
delbertf:fix/foreign-key-dropdowns

Conversation

@delbertf

Copy link
Copy Markdown
Contributor

Summary

Fix foreign-key dropdown loading when a model has multiple foreign-key fields.
Each dropdown now fetches its related records directly through the admin endpoint instead of using the shared dashboard record state. This prevents concurrent loads from being skipped or receiving another resource’s records.

Verification

  • flutter analyze
  • flutter test --no-pub

@AdamMusa
AdamMusa merged commit b8eaf8d into AdamMusa:main Aug 12, 2026
9 of 10 checks passed
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.

2 participants