File tree Expand file tree Collapse file tree 3 files changed +23
-18
lines changed
lib/registries/addon/components/registries-license-picker Expand file tree Collapse file tree 3 files changed +23
-18
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 21.6.1] - 2021-06-29
8+ ### Fixed
9+ - Fix missing save/cancel buttons on the registration's license/node-license editable field
10+
711## [ 21.6.0] - 2021-06-28
812### Changed
913- Upgraded ember-* to v3.26 (https://github.com/CenterForOpenScience/ember-osf-web/pull/1203 )
@@ -1755,7 +1759,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
17551759### Added
17561760- Quick Files
17571761
1758- [ Unreleased ] : https://github.com/CenterForOpenScience/ember-osf-web/compare/21.6.0...develop
1762+ [ Unreleased ] : https://github.com/CenterForOpenScience/ember-osf-web/compare/21.6.1...develop
1763+ [ 21.6.1 ] : https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/21.6.1
17591764[ 21.6.0 ] : https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/21.6.0
17601765[ 21.5.1 ] : https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/21.5.1
17611766[ 21.5.0 ] : https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/21.5.0
Original file line number Diff line number Diff line change 7070 {{ #if this.showText }}
7171 <LicenseText @node ={{ @manager.registration }} />
7272 {{ /if }}
73+ {{ /if }}
7374
74- {{ #if this.shouldShowButtons }}
75- <div local-class =' Controls' >
76- <BsButton @type =' default' {{ on ' click' @manager.cancel }} >
77- {{ t ' general.cancel' }}
78- </BsButton >
79- <BsButton
80- data-analytics-name =' Save license'
81- data-test-save-license
82- disabled ={{ @manager.changeset.isInvalid }}
83- @type =' primary'
84- {{ on ' click' @manager.save }}
85- >
86- {{ t ' general.save' }}
87- </BsButton >
88- </div >
89- {{ /if }}
75+ {{ #if this.shouldShowButtons }}
76+ <div local-class =' Controls' >
77+ <BsButton @type =' default' {{ on ' click' @manager.cancel }} >
78+ {{ t ' general.cancel' }}
79+ </BsButton >
80+ <BsButton
81+ data-analytics-name =' Save license'
82+ data-test-save-license
83+ disabled ={{ @manager.changeset.isInvalid }}
84+ @type =' primary'
85+ {{ on ' click' @manager.save }}
86+ >
87+ {{ t ' general.save' }}
88+ </BsButton >
89+ </div >
9090 {{ /if }}
9191 </div >
9292</FormControls >
Original file line number Diff line number Diff line change 11{
22 "name" : " ember-osf-web" ,
3- "version" : " 21.6.0 " ,
3+ "version" : " 21.6.1 " ,
44 "description" : " Ember front-end for the Open Science Framework" ,
55 "license" : " Apache-2.0" ,
66 "author" : " Center for Open Science <support@cos.io>" ,
You can’t perform that action at this time.
0 commit comments