providedh / collaborative-platform

Collaboration made easy
GNU Affero General Public License v3.0
0 stars 1 forks source link

Object name must be embeded in more complex structure #182

Closed michalkozak closed 4 years ago

michalkozak commented 4 years ago

We have to change saving objects in TEI from

<object type="type" xml:id="object-id">object name</object>

to

<object type="typel" xml:id="object-id">
 <objectIdentifier>
  <objectName>object name</objectName>
 </objectIdentifier>
</object>
bug-rancher commented 4 years ago

Done.