-
Notifications
You must be signed in to change notification settings - Fork 173
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
Update related contacts on manager deletion #3077
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3077 +/- ##
============================================
- Coverage 31.45% 5.12% -26.33%
+ Complexity 253 251 -2
============================================
Files 110 110
Lines 1863 1852 -11
Branches 217 217
============================================
- Hits 586 95 -491
- Misses 1162 1642 +480
Partials 115 115 ☔ View full report in Codecov by Sentry. |
@@ -70,7 +70,7 @@ | |||
</template> | |||
|
|||
<!-- main contacts details --> | |||
<ContactDetails :contact-key="selectedContact" :contacts="sortedContacts" /> | |||
<ContactDetails :contact-key="selectedContact" :sorted-contacts="sortedContacts" :contacts="contacts" /> |
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.
is this change really necessary for the fix?
@bkrith please do the following two things
|
@bkrith friendly 🏓 . Please have a look at the review feedback above when you have time :) |
Hi @bkrith ! As @ChristophWurst said, can you take a look at the review feedback above ? Thanks ! |
Hello, I hope you are well. In our Nextcloud instance we removed the main administrator and the org chart stopped showing. I was wondering if they will be looking for a solution for this soon? Or if there are some steps I can take to fix it? |
Fixes: #3058
Before deletion remove property managersName reference for each related contact.