YousufFFFF opened a new pull request, #6212: URL: https://github.com/apache/fineract/pull/6212
## Description This PR introduces a new tenant-level global configuration property: `web-app-primary-color` The configuration is seeded through a Liquibase migration and stored in the existing `c_configuration` table using `string_value`. This property enables the Mifos web application to store and retrieve the tenant's primary branding color using the existing Global Configuration API without introducing any new REST endpoints or configuration mechanisms. This change is intended to support tenant-level branding in the web application, where all users of the same tenant share the configured primary color. ## Checklist - [x] Write the commit message as per our guidelines - [x] Acknowledge that this PR must pass the build before review - [ ] Create/update unit or integration tests for verifying the changes made (Not applicable – Liquibase migration only) - [x] Follow our coding conventions - [ ] Add required Swagger annotation and update API documentation (Not applicable – no API changes) - [x] This PR is not a code dump - [x] If merging this PR resolves a JIRA issue, I will mark that issue as resolved and set "Fix Version/s" appropriately. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
