divio / aldryn-newsblog

A combined news/weblog application for Aldryn and django CMS – part of the Essential Addons.
https://marketplace.django-cms.org/en/addons/browse/aldryn-newsblog/
Other
67 stars 118 forks source link

Admin: Disable add related article only if it is present. #384

Closed cyberstar closed 8 years ago

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.004%) to 90.784% when pulling 9ad7896aebf41135a707927b96290dd2ac68e30f on issue/fix-article-admin-issue-on-article-add into 83a437a82ad5f225f4a5a891ed54a4225743c0dc on master.

mkoistinen commented 8 years ago

Looks good but let's add a test to protect this fix.

cyberstar commented 8 years ago

@mkoistinen can you please point me on what should be tested here?

mkoistinen commented 8 years ago

The correct way to do the test for this PR is to update the integration testing accordingly. This will be done in a separate PR.