Skip to content

Commit

Permalink
fix: When opening agenda quick form drawer the first time the agenda …
Browse files Browse the repository at this point in the history
…owner is not set - EXO-72629

Before this fix, in a space, in agenda app, the agenda owner is not filled in the quick form event drawer
This is because the declaration of the event agenda-event-form-opened comes after the event is launched

This commit ensure to correctly read the event owner when the drawer is opened.
  • Loading branch information
rdenarie committed Jun 20, 2024
1 parent c8b41c5 commit d977653
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export default {
this.$root.$on('current-user',user => {
this.currentUser = user;
});
this.reset();
},
methods: {
resetCustomValidity() {
Expand Down

0 comments on commit d977653

Please sign in to comment.