Fixes Content List View installation, removes unecessary properties from the RecycleBinEventArgs, updates both the upload and image cropper property editors to properly remove all files including any associated with variants, updates several other places to deal with variants and Property.GetValue(langId), adds notes, ensures we are returning the corect IDictionary instead of Dictionary for some interfaces
This commit is contained in:
@@ -476,6 +476,7 @@ namespace Umbraco.Core.Persistence.Repositories.Implement
|
||||
if (!tagConfigurations.TryGetValue(property.PropertyType.PropertyEditorAlias, out var tagConfiguration))
|
||||
continue;
|
||||
|
||||
//fixme doesn't take into account variants
|
||||
property.SetTagsValue(property.GetValue(), tagConfiguration);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user