You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which exact Umbraco version are you using? For example: 8.13.1 - don't just write v8
8.15.1
Bug summary
While creating a custom property editor that uses the "Multi Url Picker", i noticed that it's not updating it's model on the fly.
It only updates when saving/publishing the whole page.
Specifics
MultiUrlPickerController listens for "formSubmitting" event to update $scope.model.value but othervise never updating the model value.
Steps to reproduce
Best way to show:
Make properties render out their model.
Change value of an Multi Url Picker
Recording.2.mp4
Expected result / actual result
model.value should update, when property is changed.
The text was updated successfully, but these errors were encountered:
Which exact Umbraco version are you using? For example: 8.13.1 - don't just write v8
8.15.1
Bug summary
While creating a custom property editor that uses the "Multi Url Picker", i noticed that it's not updating it's model on the fly.
It only updates when saving/publishing the whole page.
Specifics
MultiUrlPickerController
listens for "formSubmitting" event to update$scope.model.value
but othervise never updating the model value.Steps to reproduce
Best way to show:
Recording.2.mp4
Expected result / actual result
model.value
should update, when property is changed.The text was updated successfully, but these errors were encountered: