5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-27 11:26:21 +00:00

Merge branch 'issue-15068' into production.panel.sutty.nl

This commit is contained in:
f 2024-10-14 17:34:11 -03:00
commit 0712268322
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

View file

@ -36,6 +36,8 @@ class MetadataHasMany < MetadataRelatedPosts
def save
super
self[:value] = self[:value].uniq
return true unless changed?
return true unless inverse?

View file

@ -26,7 +26,6 @@
%span.placeholder.w-100
.form-group
= hidden_field_tag name, ''
.d-flex.align-items-center.justify-content-between
%div
= label_tag id, post_label_t(attribute, post: post), class: 'mb-0'

View file

@ -26,7 +26,6 @@
%span.placeholder.w-100
.form-group
= hidden_field_tag name, ''
.d-flex.align-items-center.justify-content-between
%div
= label_tag id, post_label_t(attribute, post: post), class: 'h3'