Uploaded image for project: 'Shindig'
  1. Shindig
  2. SHINDIG-959

supportedFields config misleading in container.js

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.0, 1.1-BETA1
    • None
    • Javascript
    • None

    Description

      The default config/container.js suggests that complex fiels like name should be specified in the following format:

      "supportedFields":

      {"person": ["id", "name": ["familyName", givenName"....] ]}

      Unfortunately this is not handled neither in the restful nor the rpc container.

      In fact evertyhing works well, if the above is specified as the following:
      "supportedFields":

      {"person": ["id", "name"...], "name": ["familyName", "givenName"]}

      Attachments

        Activity

          People

            Unassigned Unassigned
            mrbig Nagy Attila
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: