Uploaded image for project: 'Talend Component Kit'
  1. Talend Component Kit
  2. TCOMP-485

Missing REST endpoint to obtain a populated form.

Apply templateInsert Lucidchart Diagram
    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Critical
    • None
    • None
    • None
    • None
    • All
    • Small

    Description

      The current REST API supports getting an initial form for some properties, and "triggering" callbacks to update the form according to changes from the user.

      There is currently no way to save the properties, then re-obtain the current form used to edit it later.

      For example, if you have one property (`useKerberos`, default false) that controls the visibility of another (`kerberosPrincipal`, default empty, only shown when `useKerberos` is true).

      When you have saved the properties:

      {
        "useKerberos": true,
        "kerberosPrincipal": "user@BIGDATA.COM"
      }
      

      There is no POST endpoint that takes the saved properties and returns the form with the `kerberosPrincipal` field visible.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rskraba Ryan Skraba
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: