Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 100e2bd

Browse files
authored
[ENG-8146] Follow-up Fix: Hide manual GUID and DOI fields for Preprint edit flow (#2573)
1 parent 52b21d5 commit 100e2bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/preprints/-components/submit/title-and-abstract

app/preprints/-components/submit/title-and-abstract/template.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
@onKeyUp={{this.validate}}
4949
/>
5050
{{/let}}
51-
{{#if (feature-flag 'manual_doi_and_guid')}}
51+
{{#if (and (feature-flag 'manual_doi_and_guid') (not @manager.isEditFlow))}}
5252
{{#let (unique-id 'manualDoi') as |manualDoiField|}}
5353
<label for={{manualDoiField}}
5454
data-test-manual-doi-label

0 commit comments

Comments
 (0)