Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
RDMS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
researchdata
RDMS
Commits
92f71c87
Commit
92f71c87
authored
2 years ago
by
Anusha Ranganathan
Browse files
Options
Downloads
Patches
Plain Diff
Added missing fields in presenter
parent
da20bb2d
No related branches found
No related tags found
3 merge requests
!115
Tombstone not available for dataset
,
!77
Bump ruby v2.7.7
,
!37
Feature/metadata view and edit fixes
Pipeline
#4738
failed
2 years ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hyrax/app/presenters/hyrax/crc_dataset_presenter.rb
+3
-3
3 additions, 3 deletions
hyrax/app/presenters/hyrax/crc_dataset_presenter.rb
with
3 additions
and
3 deletions
hyrax/app/presenters/hyrax/crc_dataset_presenter.rb
+
3
−
3
View file @
92f71c87
...
...
@@ -2,8 +2,8 @@
# `rails generate hyrax:work CrcDataset`
module
Hyrax
class
CrcDatasetPresenter
<
Hyrax
::
WorkShowPresenter
delegate
:complex_date
,
:complex_
identifier
,
:doi
,
:complex_
person
,
:complex_
funding_reference
,
:complex_relation
,
:modality
,
:complex_subject
,
:
approval_number
,
:extra_information
,
:
software_version
,
:parent_work_id
,
:crc_work_type
,
:experiment_title
,
:experiment_descript
ion
,
to: :solr_document
delegate
:approval_number
,
:complex_date
,
:complex_
funding_reference
,
:complex_
identifier
,
:complex_
person
,
:complex_relation
,
:complex_subject
,
:
coverage
,
:crc_resource_type
,
:crc_work_type
,
:doi
,
:experiment_title
,
:
experiment_description
,
:extra_information
,
:modality
,
:parent_work_id
,
:software_vers
ion
,
to: :solr_document
end
end
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment