File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ - Updated seeds.rb file for identifier_schemes to include context value and removed logo_url for Shibboleth (as it was causing issues with SSO).
34- Adjustments to style of select tags and plan download layout [ #3509 ] ( https://github.com/DMPRoadmap/roadmap/pull/3509 )
45- Fix failing eslint workflow / upgrade ` actions/checkout ` & ` actions/setup-node ` to v3 [ #3503 ] ( https://github.com/DMPRoadmap/roadmap/pull/3503 )
56- Fix rendering of ` confirm_merge ` partial [ #3515 ] ( https://github.com/DMPRoadmap/roadmap/pull/3515 )
Original file line number Diff line number Diff line change 2525 description : 'ORCID' ,
2626 active : true ,
2727 logo_url :'http://orcid.org/sites/default/files/images/orcid_16x16.png' ,
28- identifier_prefix :'https://orcid.org'
28+ identifier_prefix :'https://orcid.org' ,
29+ context : 25
2930 } ,
3031 {
3132 name : 'shibboleth' ,
3233 description : 'Your institutional credentials' ,
3334 active : true ,
34- logo_url : 'http://newsite.shibboleth.net/wp-content/uploads/2017/01/Shibboleth-logo_2000x1200-1.png' ,
35- identifier_prefix : "https://example.com"
36- } ,
35+ context : 11
36+ }
3737]
3838identifier_schemes . each { |is | IdentifierScheme . find_or_create_by ( is ) }
3939
You can’t perform that action at this time.
0 commit comments