Commit 9f1f9470 authored by Mario de la Ossa's avatar Mario de la Ossa

Create SystemNote when Issue Iteration is changed

Add the creation of SystemNotes when an Issue gets their iteration
changed or removed.
parent a86470a3
......@@ -201,7 +201,6 @@ describe Banzai::Filter::IterationReferenceFilter do
it 'points to referenced project iteration page' do
expect(result.css('a').first.attr('href'))
.to eq(urls.project_iteration_url(another_project, iteration))
.project_iteration_url(another_project, iteration)
end
it 'link has valid text' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment