I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

repo-attrs-fix.patch

LluĂ­s -, 16 Jan 2013 20:51

Download (691 Bytes)

View differences:

lib/scm_repositories_controller_patch.rb (working copy)
69 69
                        end
70 70
                    end
71 71

  
72
                    @repository = Repository.factory(params[:repository_scm], attributes)
72
                    @repository = Repository.factory(params[:repository_scm])
73
                    @repository.attributes = attributes if @repository
73 74
                    if extra_attrs.any?
74 75
                        @repository.merge_extra_info(extra_attrs)
75 76
                    end
Terms of use | Privacy policy