Uploaded image for project: 'Service Design and Creation'
  1. Service Design and Creation
  2. SDC-3737

Add a display name for the category metadataKeys entries

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Done
    • Icon: Low Low
    • Jakarta Release
    • None
    • None
    • None

      Add a display name for category metadataKeys entries, so it can be shown in the GUI input.
      Currently the name entry is shown:

      metadataKeys:
          resourceSharingLevel:
              name: "resourceSharingLevel"
              validValues: ['Shared', 'NonShared']
          orderable:
              name: "orderable"
              validValues: [ true, false ]
              mandatory: false
      

      We want to update to use the displayName entry:

      metadataKeys:
          resourceSharingLevel:
              name: "resourceSharingLevel"
              displayName: "Resource Sharing Level"
              validValues: ['Shared', 'NonShared']
          orderable:
              name: "orderable"
              displayName: "Orderable"
              validValues: [ true, false ]
              mandatory: false
      

       

            davsad davsad
            davsad davsad
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: