-
Notifications
You must be signed in to change notification settings - Fork 241
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
Fix appointment booking loading #5410
Conversation
Signed-off-by: hamza221 <[email protected]>
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #5410 +/- ##
============================================
- Coverage 22.66% 22.61% -0.05%
Complexity 372 372
============================================
Files 237 238 +1
Lines 11725 11749 +24
Branches 2282 2292 +10
============================================
Hits 2657 2657
- Misses 9068 9092 +24
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
this.canClose = false | ||
this.isLoading = true | ||
try { | ||
await this.$emit('save', { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so the issue was that event listeners are not awaitable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
cc @pjrobertson for testing and review :) |
Looking into it :) Still struggling to get a proper dev environment set up though. Is https://github.com/juliushaertl/nextcloud-docker-dev the best way to set up an environment? |
That's what I'm using and I can totally recommend it |
LGTM @ChristophWurst, I think it's good to merge! Also apologies, my PR didn't get it working correctly. |
@pjrobertson Thank you for the review |
closes #5409