• Resolved cristianobonassina

    (@cristianobonassina)


    There is a problem adding or editing a course’s featured image. The attribute of the course api request has the wrong name featuredImage, when it should be featured_image.

      var onComplete = function onComplete(imageId) {
        setImageId(imageId);
        setValue('featuredImage', imageId);
      };

    It looks like it was ok in the previous version.

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Course featured image problem’ is closed to new replies.