Attachments seem missing during first save from the portal form to a Wish ListDescriptionClicking add to wish list on the portal results in a reload of the item with all fields that were saved filled in except those in attachment variables.Navigating through the wish list to your saved item does show attachments, only the initial add to wish list loads with these empty.Steps to Reproduce 1. Log into Quebec instance with wish list enabled2. Populate an item containing variables including attachment variables with values, ensure you add both items in the attachment variables as well as text based fields3. Click add to wish listExpected behaviorForm reloads with saved item details all populatedActual behaviorForm reloads with saved item details all populated except for attachment variable contentsWorkaroundThis can be worked around by redirecting to the wishlist instead of reloading the catalog form. To implement this add the below line to the end of the function addToWishlist() in SC Catalog item widget client script.$scope.submitting = false;spUtil.scrollTo('#sc_cat_item', 300);$scope.focusElement("view_wishlist", wishlistMsg);$location.search('id=sc_wishlist'); <<<<<<<< newly added line >>>>>>>>>> Please note that modifying the widget will prevent future updates, so cloning the widget is better way to do the modifications.Related Problem: PRB1523008