Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

modification indicator implemented #7

Merged
merged 2 commits into from
Jan 12, 2018
Merged

modification indicator implemented #7

merged 2 commits into from
Jan 12, 2018

Conversation

boutell
Copy link
Member

@boutell boutell commented Jan 12, 2018

No description provided.

@boutell
Copy link
Member Author

boutell commented Jan 12, 2018

I also replaced CSS and data attribute names such as apos-site-review with apos-review, as the module was renamed apostrophe-review-and-deploy, removing the redundant "site-" prefix (Apostrophe is always about sites and has a no-redundant-naming policy).

index.js Outdated
var ids = self.apos.launder.ids(req.body.ids);
return self.getLastDeployedReview(req)
.then(function(deployed) {
return Promise.map(ids, function(id) {
Copy link
Member Author

Choose a reason for hiding this comment

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

Hey doofus, what if deployed doesn't exist?

@boutell boutell merged commit 4f686bf into master Jan 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants