redmine_issue_checklist icon indicating copy to clipboard operation
redmine_issue_checklist copied to clipboard

Make checklist plugin compatible to Redmine 4.0.4

Open lammel opened this issue 5 years ago • 5 comments

This pull request will make the Checklist Plugin compatible with Redmine 4.0/Rails 5.x.

Tested with Redmine 4.0.4 and Ruby 2.5.5p157 (Debian).

lammel avatar Sep 30 '19 23:09 lammel

This pull request might also resolve/help with issue #33

lammel avatar Oct 03 '19 19:10 lammel

The TravisCI build failures do not seem to be related to the changes at all. So the Travis setup should be fixed too.

lammel avatar Oct 25 '19 10:10 lammel

Yes, it is compatible with Redmine 4.1 too. Using it already. Merging would be nice.

lammel avatar Jun 18 '20 20:06 lammel

Redmine 4.0.6 migration error.

Is there a solution?


rake aborted! StandardError: An error has occurred, all later migrations canceled:

Directly inheriting from ActiveRecord::Migration is not supported. Please specify the Rails release the migration was written for:

class CreateIssueChecklists < ActiveRecord::Migration[4.2]

YongHwan-Jeong avatar Jul 07 '20 11:07 YongHwan-Jeong

@YongHwan-Jeong it's related the rails version, you could use my PR.

tony1223 avatar Oct 05 '20 09:10 tony1223