This commit is contained in:
BoHung Chiu 2023-05-09 08:49:24 +08:00
parent 5382df8c2c
commit 0312d27e95
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ class VideoProSetting
field :user_mapping, type: Hash, default: {}, localize: true
field :exist_user_ids, type: Array, default: [], localize: true
field :exist_post_agencies, type: Array, default: [], localize: true
# To do: exist_user_ids, exist_post_agencies for categories and tags
before_save do
can_update_shared_hash = (defined?(OrbitHelper::SharedHash) && OrbitHelper::SharedHash)
if can_update_shared_hash

View File

@ -6,7 +6,7 @@
<img class="video_snapshot" src="{{snapshot_url}}"/>
<div class="video_info">
<div class="video_group_time">{{video_post_agency}} | {{video_postdate}}</div>
<div class="video_tag">{{video_tag}}</div>
<div data-list="video_tags" data-level="1" class="video_tag">{{video_tag}}</div>
<div class="video_title"><h4>{{video_title}}</h4></div>
<div class="video_desc">{{video_desc}}</div>
<div class="view_info">