Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi Url Picker is not updating model #10955

Closed
TheBekker opened this issue Aug 26, 2021 · 1 comment · Fixed by #10957
Closed

Multi Url Picker is not updating model #10955

TheBekker opened this issue Aug 26, 2021 · 1 comment · Fixed by #10957
Labels

Comments

@TheBekker
Copy link
Contributor

TheBekker commented Aug 26, 2021

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:

  1. Make properties render out their model.
  2. Change value of an Multi Url Picker
Recording.2.mp4

Expected result / actual result

model.value should update, when property is changed.

@nul800sebastiaan
Copy link
Member

Fixed in #10957

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants