[PR #322] Update ContactEntityMapper.cs #463

Open
opened 2026-02-25 20:31:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aluxnimm/outlookcaldavsynchronizer/pull/322
Author: @filippobottega
Created: 7/24/2021
Status: 🔄 Open

Base: masterHead: patch-2


📝 Commits (1)

  • 1ae216b Update ContactEntityMapper.cs

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 CalDavSynchronizer/Implementation/Contacts/ContactEntityMapper.cs (+2 -2)

📄 Description

I propose to change target.Inner.FullName to target.Inner.Title as ContactEntityMapper.cs line 257:

...
if (!string.IsNullOrEmpty(source.Inner.FileAs))
target.Title = source.Inner.FileAs;
...


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/aluxnimm/outlookcaldavsynchronizer/pull/322 **Author:** [@filippobottega](https://github.com/filippobottega) **Created:** 7/24/2021 **Status:** 🔄 Open **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`1ae216b`](https://github.com/aluxnimm/outlookcaldavsynchronizer/commit/1ae216b2011d4f7ff3edc5de187c239bb360a18e) Update ContactEntityMapper.cs ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `CalDavSynchronizer/Implementation/Contacts/ContactEntityMapper.cs` (+2 -2) </details> ### 📄 Description I propose to change target.Inner.FullName to target.Inner.Title as ContactEntityMapper.cs line 257: ... if (!string.IsNullOrEmpty(source.Inner.FileAs)) target.Title = source.Inner.FileAs; ... --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/outlookcaldavsynchronizer#463
No description provided.