[ANG-9250] P3.5 - Some registration schema fields not displaying or formatting correctly in Angular UI#694
Conversation
[ENG-9224] Add contributors in preprint submission
[ENG-9257] Reorder metadata on preprint detail page for visibility and consistency
[ENG-9227] Added counter for comment
[ENG-9250] Some registration schema fields not displaying or formatting correctly in Angular UI
[ENG-9224] Bibliographic author list should be displayed in reviews app, not just the creator
[ENG-9613] Submitting new versions to OSF Preprints no longer publishes new version
[ENG-9235] Logo on preprint, registries, collections, and institutions landing/discovery page is too small
…t and inject LoaderService
…ix/legacy_wiki_redirect [ENG-9249] Legacy wiki redirect
[ENG-9230] P6.4 - Visible components on project overview page is limited to 10. All direct children need to be available on the overview page.
|
We'll be changing the branch to feature/pbs-25.02 once it's finished pushing to centerforopenscience. |
|
@nsemets Please rebase on |
| @if (page.questions?.length) { | ||
| <osf-registration-blocks-data | ||
| [questions]="page.questions" | ||
| [reviewData]="schemaResponseRevisionData()" | ||
| ></osf-registration-blocks-data> | ||
| } | ||
|
|
||
| @if (page.sections?.length) { |
There was a problem hiding this comment.
Note for posterity, this addresses an issue where certain questions were not showing up in the overview page. This was stemming from the fact that there was an implicit assumption in how we were rendering forms before where we assumed the blocks would show up in an order like PageHeading -> SectionHeading -> QuestionLabel, but that is not necessarily the case
futa-ikeda
left a comment
There was a problem hiding this comment.
Looks good! Just a couple places where we may be able to avoid similar issues in the future
|
Leaving a note here to describe the problem for ourselves in the future. The issue that was appearing was that certain sections of the registration template would not appear in the submission and the overview page Missing sections on the submission page:
Missing sections in the review and overview pages:
|
Summary of Changes