redmine-trunk-changes 2019-08-17

リビジョン 18372 - Fix that "New custom field" button does not work if there are no custom field... - Redmine

カスタムフィールドの管理画面でカスタムフィールドを作成するボタンを押すと、カスタムフィールドの作成画面で、現在見ているカスタムフィールドの種類に合わせたカスタムフィールドに自動でチェックが付く機能改善があったのですが

Patch #31320: Set an appropriate default type in New custom field page depending on the current tab - Redmine

1つもカスタムフィールドがない状態だとこのボタンがうまく動いていなかったのを直しています。

リビジョン 18373 - Speed up workflow edit page rendering (#31855). Patch by Felix Schäfer. - Redmine

workflowの編集ページの速度改善、103秒かかってたのが2〜5秒ぐらいで終わるようになったとのこと。すごい。メモ化したのですね。

リビジョン 18374 - Update roadie-rails gem (~> 2.1.0) (#31919). - Redmine

roadie-rails 1.3.0はRails 6をサポートしていないので新し目のRubyの場合はroadie-rails 2.1以降を使うようにしています。

リビジョン 18375 - Code cleanup: RuboCop: Rails/ActiveRecordAliases update_attributes is deprec... - Redmine

update_attributesRails 6でDeprecateになたので update に直しています。