Skip to content

[PT2025BMHW-118][SuperAdminUI,SharedUI] Merge develop - fix tenant filtering API mismatch#154

Closed
Copilot wants to merge 4 commits intoPT2025BMHW-118from
copilot/sub-pr-146
Closed

[PT2025BMHW-118][SuperAdminUI,SharedUI] Merge develop - fix tenant filtering API mismatch#154
Copilot wants to merge 4 commits intoPT2025BMHW-118from
copilot/sub-pr-146

Conversation

Copy link
Contributor

Copilot AI commented Feb 5, 2026

What changed?

Resolved merge conflicts with develop branch. Primary issue: tenant filtering API mismatch between frontend and backend.

Key fixes:

  • API parameter alignment: Changed tenant filter from status: TenantStatus (string enum) to isActive: boolean to match backend's GetAllTenantsQuery
  • Component updates: Removed "Suspended" filter option in TenantsFilters (backend uses binary active/inactive)
  • Sorting integration: Merged develop's sorting functionality (sortBy, sortOrder parameters)
  • Type safety: Fixed TypeScript linting errors in shared user queries/mutations (false positive unsafe assignments in TanStack Query callbacks)

Jira: PT2025BMHW-118

Checklist

  • Tests pass
  • Self-reviewed

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits February 5, 2026 21:59
Co-authored-by: breftejk <62174194+breftejk@users.noreply.github.com>
Copilot AI changed the title [WIP] Implement tenant admin assignment and management features [PT2025BMHW-118][SuperAdminUI,SharedUI] Merge develop - fix tenant filtering API mismatch Feb 5, 2026
Copilot AI requested a review from breftejk February 5, 2026 22:07
@Nikutsuki
Copy link
Collaborator

@copilot fix the build errors

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.

4 participants