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

Inconsistent behavior adding a CONCAT string to VFC property and node filter property

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • Kohn Release
    • Jakarta Release
    • None
    • None

      A node filter property will accept the following string format:

      {concat: [ get_input: service_name, '--', 'WirelessService']}

      The same format added to a VFC property will not format correctly and wont be displayed on the template.

      If the string is updated to add curly brackets around the get_input , it will be accepted as a valid value in the VFC property

      {concat: [ {get_input: service_name}, '--', 'WirelessService']}
      
      

       

      Propose to allow the VFC property accept the same syntax as the node filter.

       

       

            MichaelMorris Michael Morris
            MichaelMorris Michael Morris
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: