Uploaded image for project: 'AeroGear'
  1. AeroGear
  2. AEROGEAR-380

TODO app: creating a project requires all attributes (title and style)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.0.0.M5
    • 1.0.0.M5
    • None
    • None

    Description

      Using (in CURL) some JSON like this:

       {"title":"my title"}
      

      does not work; it needs the style as well...

      in iOS I am (for now), doing this:

      ...
         [parameters setValue:@"My Project" forKey:@"title"];
         [parameters setValue:@"project-255-255-255" forKey:@"style"];
      ...
      

      Attachments

        Activity

          People

            kborchers Kris Borchers (Inactive)
            mwessend@redhat.com Matthias Wessendorf
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: