https://discord.umbraco.com logo
#help-with-umbraco
Is it possible to refresh a single property?
# help-with-umbraco
h

huwred

10/20/2023, 10:01 AM
I want to be able to refresh a property when another property updates it if that makes sense I want the tags property to refresh when someone adds items from the list below it https://cdn.discordapp.com/attachments/1164865925246365706/1164865925535760446/image.png?ex=6544c4ee&is=65324fee&hm=918deb4c51dbd68b78b3748779a2211e831f53966f12459697e91900c0baa99f&
r

ravimotha

10/20/2023, 2:30 PM
does the tags not already try to autocomplete.. its been a minute since i used it.. if so do you actually need to havea fixed list
and the answer i think is yes but its not straightforward catch add event and then run your own ode to find the tags and then use the contentservice to update the required properly.. thats the "simplistic view" but does not tell the whole story
I also feel the phrase what version are you running and working in needs to be asked??
h

huwred

10/20/2023, 4:43 PM
Yes it autocompletes, but the bottom list displays the 10 most used tags, which you can then multi select and add to the pages taglist in one go (lazy editors 😄)
2 Views