Highlight attachment order in dropdown [SCI-9467]

This commit is contained in:
Martin Artnik 2023-10-06 13:46:25 +02:00
parent 29147e8bc4
commit a24c379e4a

View file

@ -126,7 +126,8 @@
text: this.i18n.t(`general.sort_new.${orderOption}`),
emit: 'attachment:order',
params: orderOption,
dividerBefore: i === 2
dividerBefore: i === 2,
active: this.parent.attributes.assets_order === orderOption
})
})
return menu;