Skip to content

feat: add REST API for company locale info#34672

Draft
hassandotcms wants to merge 1 commit intomainfrom
34671-feature-basic-config-apis
Draft

feat: add REST API for company locale info#34672
hassandotcms wants to merge 1 commit intomainfrom
34671-feature-basic-config-apis

Conversation

@hassandotcms
Copy link
Contributor

@hassandotcms hassandotcms commented Feb 17, 2026

Add POST /api/v1/configuration/_saveCompanyLocaleInfo endpoint to ConfigurationResource as a modern replacement for the legacy POST /api/config/saveCompanyLocaleInfo. Uses JSON input, proper InitBuilder auth, Swagger annotations, and delegates to CompanyManagerUtil.updateUsers for timezone validation, default user locale persistence, and JVM timezone update.

Proposed Changes

  • change 1
  • change 2

Checklist

  • Tests
  • Translations
  • Security Implications Contemplated (add notes if applicable)

Additional Info

** any additional useful context or info **

Screenshots

Original Updated
** original screenshot ** ** updated screenshot **

This PR fixes: #34671

Add POST /api/v1/configuration/_saveCompanyLocaleInfo endpoint to
ConfigurationResource as a modern replacement for the legacy
POST /api/config/saveCompanyLocaleInfo. Uses JSON input, proper
InitBuilder auth, Swagger annotations, and delegates to
CompanyManagerUtil.updateUsers for timezone validation, default
user locale persistence, and JVM timezone update.
@hassandotcms hassandotcms linked an issue Feb 17, 2026 that may be closed by this pull request
@github-actions github-actions bot added Area : Backend PR changes Java/Maven backend code Area : CI/CD PR changes GitHub Actions/workflows labels Feb 17, 2026
@spbolton spbolton removed the Area : CI/CD PR changes GitHub Actions/workflows label Feb 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area : Backend PR changes Java/Maven backend code

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

[FEATURE] Basic Config APIs

2 participants

Comments