Compare commits

..

No commits in common. "be3af16a123a32fdfd98b3a5f20d69d21d0a4f0e" and "e4790f849083b1c4b662ee7573205233411f85d2" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -502,7 +502,7 @@ class Admin::CustomGalleriesController < OrbitAdminController
theater_link: admin_image_path(values),
description: values.description,
title: values.title,
file: values.file.as_json,
file: values.file.as_json[:file],
custom_gallery_custom_album_id: values.custom_album_id,
order: values.order,
tags: values.tags}

View File

@ -242,7 +242,7 @@ class CustomGalleriesController < ApplicationController
title: values.title,
alt_title: alt_text,
url: values.file.url,
file: values.file.as_json,
file: values.file.as_json[:file],
custom_gallery_custom_album_id: values.custom_album_id,
tags: values.tags}
end