Update related contacts on manager deletion#3077
Update related contacts on manager deletion#3077bkrith wants to merge 1 commit intonextcloud:mainfrom
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. |
|
|
||
| <!-- 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.
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.