Closes #593
Issue was that the property changed was protected, and could not be accessed. Rather than reworking the scope, I thought it best to use the setter.
To test, make a blog Edit it on your newsfeed
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b fix/blog-save-on-edit-593 origin/fix/blog-save-on-edit-593
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout origin/master git merge --no-ff fix/blog-save-on-edit-593
Step 4. Push the result of the merge to GitLab
git push origin master
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.
Closes #593
Deletes source branch