Rename app-generated to z-app-generated, because macOS Contacts supports only one and will pick the first one alphabetically

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
pull/20860/head
Georg Ehrke 6 years ago
parent ee0019cdf5
commit cbbe11fa1f
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
  1. 1
      apps/contactsinteraction/lib/AddressBook.php
  2. 2
      apps/dav/lib/CardDAV/Integration/ExternalAddressBook.php

@ -34,7 +34,6 @@ use OCA\DAV\DAV\Sharing\Plugin;
use OCP\AppFramework\Db\DoesNotExistException;
use OCP\IL10N;
use Sabre\DAV\Exception\NotFound;
use Sabre\DAV\Exception\NotImplemented;
use Sabre\DAV\PropPatch;
use Sabre\DAVACL\ACLTrait;
use Sabre\DAVACL\IACL;

@ -34,7 +34,7 @@ use Sabre\DAV;
abstract class ExternalAddressBook implements IAddressBook, DAV\IProperties {
/** @var string */
private const PREFIX = 'app-generated';
private const PREFIX = 'z-app-generated';
/**
* @var string

Loading…
Cancel
Save