Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## DMPTool Releases

### v5.41
- Update klaro styles to use `klaro-ui-light` to try and fix missing background button color

### v5.40
- Patched bug with adding published DMP-IDs to the owner's ORCID works (missing config attr `orcid_active`)
- Patched bug with viewing 3rd party connection that has no logo
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ import './src/superAdmin/users/edit';

// Add Klaro consent manager imports
import 'klaro-ui/dist/js/klaro-config.js';
import 'klaro-ui/dist/css/klaro-ui.css';
import 'klaro-ui/dist/css/klaro-ui-light.css';

// ==========================
// = DMPTool customizations =
Expand Down
Loading