Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 2019.5 #334

Merged
merged 5 commits into from
Nov 11, 2019
Merged
Show file tree
Hide file tree
Changes from 3 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
4 changes: 4 additions & 0 deletions app/assets/stylesheets/spot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,7 @@
overflow: visible !important;
padding-bottom: 0;
}

select[multiple] {
rococodogs marked this conversation as resolved.
Show resolved Hide resolved
min-height: 15rem;
}
1 change: 0 additions & 1 deletion app/forms/hyrax/publication_form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def singular_terms
abstract
date_issued
date_available
resource_type
title
]
end
Expand Down
2 changes: 1 addition & 1 deletion spec/forms/hyrax/publication_form_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

describe '.multiple?' do
it 'marks singular fields as false' do
%w[resource_type abstract issued available date_created title].each do |f|
%w[abstract issued available date_created title].each do |f|
expect(described_class.multiple?(f)).to be false
end
end
Expand Down