Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Feature/#556 add publish date on units #652

Merged
merged 16 commits into from
Apr 20, 2018

Conversation

PatrickSkowronek
Copy link
Collaborator

Description:

Added a date to each unit, which will display the upload or changed date

Closes #556

Improvements

  • Date on unit

Known Issues:

NONE


Remember to prefix your PR-Title with ⚠ WIP: if you still work on it.
If you have reached a final state, remove the prefix.

@coveralls
Copy link

coveralls commented Apr 19, 2018

Coverage Status

Coverage decreased (-0.1%) to 64.17% when pulling 63688e5 on feature/#556-Add-publish-date-on-units into 7a0f180 on develop.

kesselb
kesselb previously approved these changes Apr 20, 2018
const unit = await Unit.findById(id);

if (unit) {
throw new NotFoundError('');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Message is an optional parameter.

@PatrickSkowronek PatrickSkowronek merged commit 6336e6e into develop Apr 20, 2018
@PatrickSkowronek PatrickSkowronek deleted the feature/#556-Add-publish-date-on-units branch April 20, 2018 14:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add date to the content
4 participants