Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

When a Term is edited, the Issued date stays but loses its date type #568

Open
wickr opened this issue Jul 23, 2019 · 0 comments
Open

When a Term is edited, the Issued date stays but loses its date type #568

wickr opened this issue Jul 23, 2019 · 0 comments

Comments

@wickr
Copy link
Member

wickr commented Jul 23, 2019

Describe the bug
When a Term is created, Issued date is set with the correct type. "2019-07-22"^^<http://www.w3.org/2001/XMLSchema#date> But when it's edited again and that is reviewed, it loses the date type. "2019-07-22" The original Issued date is still saved correctly.

To Reproduce
Steps to reproduce the behavior:

  1. Create new Term
  2. Review new Term
  3. Visit newly created Term page, click on N-Triples
  4. Check Issued date has type: <http://opaquenamespace.org/ns/test/issued_test> <http://purl.org/dc/terms/issued> "2019-07-22"^^<http://www.w3.org/2001/XMLSchema#date> .
  5. Edit same Term.
  6. Review edit.
  7. Visit Term page, check N-Triples again, this time it's: <http://opaquenamespace.org/ns/test/issued_test> <http://purl.org/dc/terms/issued> "2019-07-22" .

Expected behavior
Issued date's type should always be retained through edits.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant