Commit e80483bb authored by Manfred Kutas's avatar Manfred Kutas

ZP-748 RightsManagement:RightsManagementTemplates might be an empty

container.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 04c74961
......@@ -37,7 +37,8 @@ class SyncRightsManagementTemplates extends SyncObject {
$mapping = array (
SYNC_RIGHTSMANAGEMENT_TEMPLATES => array ( self::STREAMER_VAR => "rmtemplates",
self::STREAMER_TYPE => "SyncRigtsManagementTemplate",
self::STREAMER_ARRAY => SYNC_RIGHTSMANAGEMENT_TEMPLATE),
self::STREAMER_ARRAY => SYNC_RIGHTSMANAGEMENT_TEMPLATE,
self::STREAMER_PROP => self::STREAMER_TYPE_SEND_EMPTY),
SYNC_SETTINGS_PROP_STATUS => array ( self::STREAMER_VAR => "Status",
self::STREAMER_TYPE => self::STREAMER_TYPE_IGNORE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment