Skip to content

Commit

Permalink
SELV3-784: Added changelog and corrected superset variable
Browse files Browse the repository at this point in the history
  • Loading branch information
saleksandra committed Jan 8, 2025
1 parent fd371f1 commit 0a80298
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
6.2.14-SNAPSHOT / WIP
==================
New functionality added in backwards-compatible manner:
* [SELV3-784](https://openlmis.atlassian.net/browse/SELV3-784): Added login to superset to display report on home page.

6.2.13 / 2024-10-31
==================
Expand Down
2 changes: 1 addition & 1 deletion src/openlmis-superset/superset-url.constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
*/
angular
.module('openlmis-superset')
.constant('SUPERSET_URL', 'https://superset-uat.openlmis.org');
.constant('SUPERSET_URL', '${SUPERSET_URL}');

})();

0 comments on commit 0a80298

Please sign in to comment.