Skip to content

Commit

Permalink
fixup! Add shared items and events for each contact
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Oct 27, 2023
1 parent a187fb3 commit 04d68b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/ContactDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -310,15 +310,19 @@
<div v-if="nextcloudVersion" class="related-resources">
<NcRelatedResourcesPanel provider-id="account"
resource-type="files"
:header="t('contacts', 'Media shares')"
:item-id="contact.uid" />
<NcRelatedResourcesPanel provider-id="account"
resource-type="talk"
:header="t('contacts', 'Talk conversations')"
:item-id="contact.uid" />
<NcRelatedResourcesPanel provider-id="account"
resource-type="calendar"
:header="t('contacts', 'Calendar shares')"
:item-id="contact.uid" />
<NcRelatedResourcesPanel provider-id="account"
resource-type="deck"
:header="t('contacts', 'Deck shares')"
:item-id="contact.uid" />
</div>
<!-- new property select -->
Expand Down Expand Up @@ -451,7 +455,6 @@ export default {
pickedAddressbook: null,
editMode: false,
newGroupsValue: [],

contactDetailsSelector: '.contact-details',
excludeFromBirthdayKey: 'x-nc-exclude-from-birthday-calendar',

Expand Down

0 comments on commit 04d68b0

Please sign in to comment.