Skip to content

Commit 464e1f4

Browse files
show the hid and extension (if applicable) to the rename modal elements
1 parent 8c51407 commit 464e1f4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

client/src/components/Collections/ListCollectionCreator.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ function selectionAsHdaSummary(value: any): HDASummary {
559559
localize(
560560
[
561561
"Once you have made your selection, if you wish to rename identifiers for elements in the list",
562-
"or change/set the order in which they exist in the final list, you can click on ",
562+
" or change/set the order in which they exist in the final list, you can click on ",
563563
].join("")
564564
)
565565
}}
@@ -756,9 +756,8 @@ function selectionAsHdaSummary(value: any): HDASummary {
756756
v-for="value in inListElements"
757757
:key="value.id"
758758
class="w-100"
759-
hide-hid
760759
:element="selectionAsHdaSummary(value)"
761-
hide-extension
760+
:hide-extension="!showElementExtension"
762761
@onRename="(name) => renameElement(value, name)" />
763762
</draggable>
764763
</GModal>

0 commit comments

Comments
 (0)