-
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
Fix issues with date formating in case of deleting a date field #11
Conversation
…e field * downstream from owncloud/contacts#527 Signed-off-by: Marius Blüm <marius@lineone.io>
Please check this one manually @nickvergessen - there were some problems with git 😁 |
getProperty: function(name) { | ||
if (this.props[name]) { | ||
return this.props[name][0]; | ||
======= |
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.
nop
@@ -145,15 +145,53 @@ angular.module('contactsApp') | |||
} | |||
}, | |||
|
|||
<<<<<<< HEAD |
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.
nop
Please try again. |
Cherry Picking ... Maybe it would help to get #8 and #10 in?! Commit is causing conflicts, because the |
I am not able to solve the conflicts in a proper way 😁 @nickvergessen |
Replaced by #21 |
downstream from owncloud/contacts#527