Milestone issue 500 when input "#" character and empty description
Hello Everyone
Im getting 500 error when input "#" character into milestone description field
ActionView::Template::Error (undefined method sha' for nil:NilClass): 39: .description 40: .wiki 41: = preserve do 42: = markdown @milestone.description 43: 44: .context 45: %p app/helpers/gitlab_markdown_helper.rb:173:in
current_sha'
app/helpers/gitlab_markdown_helper.rb:158:in file_exists?' app/helpers/gitlab_markdown_helper.rb:149:in
path_with_ref'
app/helpers/gitlab_markdown_helper.rb:110:in rebuild_path' app/helpers/gitlab_markdown_helper.rb:66:in
block in create_relative_links'
app/helpers/gitlab_markdown_helper.rb:65:in each' app/helpers/gitlab_markdown_helper.rb:65:in
create_relative_links'
lib/redcarpet/render/gitlab_html.rb:48:in postprocess' app/helpers/gitlab_markdown_helper.rb:51:in
render'
app/helpers/gitlab_markdown_helper.rb:51:in markdown' app/views/projects/milestones/show.html.haml:42:in
block in _app_views_projects_milestones_show_html_haml___3823897937480471654_44409180'
app/views/projects/milestones/show.html.haml:41:in `_app_views_projects_milestones_show_html_haml___3823897937480471654_44409180'
If I no input "#" it's fine , but description is empty when save finished
Im using gitlab version "GitLab 7.0.0 de9bf7da"
Please help me Thanks so much
An,