gawati / gawati-editor-ui

Gawati Client
GNU Affero General Public License v3.0
0 stars 0 forks source link

Fix created / modified attributes #22

Open kohsah opened 6 years ago

kohsah commented 6 years ago

Currently created / modified attributes are duplicated in the gwd:package format.

there are created / modified attributes at the gwd:package root level and also within the document in gw:dateTime/@docCreatedDate and gw:dateTime/@docModifiedDate

We need to have just one : gw:dateTime/@docCreatedDate and gw:dateTime/@docModifiedDate

existing JS code refers to the root level created / modified attribtutes and that needs to be fixed to always refer to the gw:dateTime/@docCreatedDate / gw:dateTime@docModifiedDate.