pawarprasad123 opened a new pull request, #501: URL: https://github.com/apache/atlas/pull/501
## What changes were proposed in this pull request? We need to standardize how the Bootstrap button “loading text” state is handled across Atlas UIs to avoid unexpected HTML rendering in button labels. ## Scope: dashboardv2 and dashboardv3 use Bootstrap 3.4.1 and load bootstrap.min.js via RequireJS. Ensure the button setState path sanitizes data-*-text values before use. Proposed change: Add a small patch that overrides Bootstrap’s button setState to treat data-*-text values as plain text. ## Apply the same patch in: dashboardv3/public/js/main.js dashboardv3/public/js/migration.js dashboardv2 already has this patch in public/js/main.js and public/js/migration.js. ## Notes: No UI change expected; only ensures consistent text handling. Works with existing Bootstrap 3.4.1 dependency. ## How was this patch tested? Manually <img width="1852" height="1089" alt="image" src="https://github.com/user-attachments/assets/e5a15510-c934-44df-aedd-d708df039a8d" /> <img width="1852" height="1013" alt="image" src="https://github.com/user-attachments/assets/422a7b88-4940-4a1b-8a48-5081a19a437c" /> -- 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]
