From ca54ad16a0519f66060ab7a0ac38c2aa5afb8c60 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 13 Nov 2025 21:43:51 +0000 Subject: [PATCH 1/2] Initial plan From 9589eb1329d892328b18281fef6a1957d305ab6e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 13 Nov 2025 21:47:35 +0000 Subject: [PATCH 2/2] Fix invalid_namespace_member error code description Co-authored-by: Knerio <96529060+Knerio@users.noreply.github.com> --- app/services/error_code.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/error_code.rb b/app/services/error_code.rb index 291038fb..c5256f6b 100644 --- a/app/services/error_code.rb +++ b/app/services/error_code.rb @@ -53,7 +53,7 @@ def self.error_codes failed_to_reset_password: { description: 'Failed to reset the user password' }, loading_identity_failed: { description: 'Failed to load user identity from external provider' }, invalid_flow_setting: { description: 'The flow setting is invalid because of active model errors' }, - invalid_namespace_member: { description: 'The flow setting is invalid because of active model errors' }, + invalid_namespace_member: { description: 'The namespace member is invalid because of active model errors' }, invalid_attachment: { description: 'The attachment is invalid because of active model errors' }, invalid_namespace_license: { description: 'The namespace license is invalid because of active model errors' }, project_not_found: { description: 'The namespace project with the given identifier was not found' },