Vote #75278
完了fetch_changesets should use POST method too
0%
説明
We use fetch_changesets to link Redmine issues with our git commits within another application.
Unfortunately, it only uses the POST method - so we had to add it to the redmine code :
bq. - match 'sys/fetch_changesets', :to => 'sys#fetch_changesets', :via => :get
- match 'sys/fetch_changesets', :to => 'sys#fetch_changesets', :via => [:get, :post]
Could you please add it to a future Redmine version ?
Thanks !
journals
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fix committed in r13392.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
duplicates,Closed,17169,Allow POST in sys/fetch_changesets