Skip to content

fix: [UIE-10203], [UIE-10223], [UIE-10237] - IAM Delegate Users bug fix#13399

Open
mpolotsk-akamai wants to merge 3 commits intolinode:developfrom
mpolotsk-akamai:UIE-10237-users-delegations-table-fix
Open

fix: [UIE-10203], [UIE-10223], [UIE-10237] - IAM Delegate Users bug fix#13399
mpolotsk-akamai wants to merge 3 commits intolinode:developfrom
mpolotsk-akamai:UIE-10237-users-delegations-table-fix

Conversation

@mpolotsk-akamai
Copy link
Contributor

@mpolotsk-akamai mpolotsk-akamai commented Feb 13, 2026

Description 📝

This PR fixes issues related to account switching and delegations: it ensures the default landing page is the Linodes page, correctly displays the delegate username in the top menu, fixes pagination bug in the User Delegations table.

Changes 🔄

List any change(s) relevant to the reviewer.

  • Update the default landing page after switching accounts.
  • Display the delegate user’s username instead of the parent user’s username in the top menu.
  • Fix a pagination bug where pagination disappears after changing the page size to 50.

Scope 🚢

Upon production release, changes in this PR will be visible to:

  • All customers
  • Some customers (e.g. in Beta or Limited Availability)
  • No customers / Not applicable

How to test 🧪

Prerequisites

(How to setup test environment)

  • use Parent account

Verification steps

(How to reproduce the issue, if applicable)

  • go to any page(ex. /firewalls)
  • open User menu
  • click Switch Account and select child account from the list
  • verify that after switching account it redirects to the Linode landing page
  • verify that delegate user’s username in displayed in top menu

Pagination:

  • as parent user go to /iam/users/[username]/delegations for a user with more than 25 delegations.
  • change page size to 50.
  • verify that Pagination is visible.
Author Checklists

As an Author, to speed up the review process, I considered 🤔

👀 Doing a self review
❔ Our contribution guidelines
🤏 Splitting feature into small PRs
➕ Adding a changeset
🧪 Providing/improving test coverage
🔐 Removing all sensitive information from the code and PR description
🚩 Using a feature flag to protect the release
👣 Providing comprehensive reproduction steps
📑 Providing or updating our documentation
🕛 Scheduling a pair reviewing session
📱 Providing mobile support
♿ Providing accessibility support


  • I have read and considered all applicable items listed above.

As an Author, before moving this PR from Draft to Open, I confirmed ✅

  • All tests and CI checks are passing
  • TypeScript compilation succeeded without errors
  • Code passes all linting rules

@mpolotsk-akamai mpolotsk-akamai self-assigned this Feb 13, 2026
@mpolotsk-akamai mpolotsk-akamai force-pushed the UIE-10237-users-delegations-table-fix branch from 3f983a1 to db3b36b Compare February 13, 2026 15:08
@mpolotsk-akamai mpolotsk-akamai added IAM (Identity & Access Management) IAM Delegation Implementing the new Parent/Child delegation UI labels Feb 13, 2026
@mpolotsk-akamai mpolotsk-akamai force-pushed the UIE-10237-users-delegations-table-fix branch from db3b36b to a5676ee Compare February 13, 2026 15:19
@mpolotsk-akamai mpolotsk-akamai force-pushed the UIE-10237-users-delegations-table-fix branch from a5676ee to aa25a0f Compare February 18, 2026 11:22
… switch, wrong top menu username, pagination disappears in the User Delegations table
@mpolotsk-akamai mpolotsk-akamai marked this pull request as ready for review February 18, 2026 11:33
@mpolotsk-akamai mpolotsk-akamai requested a review from a team as a code owner February 18, 2026 11:33
@linode-gh-bot
Copy link
Collaborator

Cloud Manager UI test results

🔺 1 failing test on test run #6 ↗︎

❌ Failing✅ Passing↪️ Skipped🕐 Duration
1 Failing867 Passing11 Skipped42m 53s

Details

Failing Tests
SpecTest
account-switching.spec.tsCloud Manager Cypress Tests→Parent/Child account switching→From Child to Child » can switch to another Child account as a Proxy user

Troubleshooting

Use this command to re-run the failing tests:

pnpm cy:run -s "cypress/e2e/core/parentChild/account-switching.spec.ts"

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

Labels

IAM Delegation Implementing the new Parent/Child delegation UI IAM (Identity & Access Management)

Projects

Status: Review

Development

Successfully merging this pull request may close these issues.

3 participants

Comments