Skip to content
This repository was archived by the owner on Jan 23, 2021. It is now read-only.

Release v0.3.1

Compare
Choose a tag to compare
@akiko-pusu akiko-pusu released this 10 Mar 02:30
· 300 commits to master since this release
63d1362

0.3.1

  • Basic feature implemented of note template.
  • Enabled to use issue templates when updating issue.
    • Go to global template admin setting, and turn on "apply_template_when_edit_issue" flag.
  • Bugfix: Prevent conflict against issue controller helper. (#217)
  • Update readme: Merged PR #219. Thanks Arnaud Venturi!

NOTE: This version requires migration command to use note template feature.

$ rake redmine:plugins:migrate RAILS_ENV=production

ScreenShot

Template for Note (Comment)

Sidebar

sidebar

Apply note template via popup window

prototype-screenshot

Feature flag enabled to apply issue template when editing issue

enable-template-when-update-issue

displayed_template_pulldown_when_update

Trying Docker

Now this PR was merged into develop branch.
You can try this feature via docker-compose.

$ git clone https://github.com/akiko-pusu/redmine_issue_templates
$ cd redmine_issue_templates
$ docker-compose build web
$ docker-compose up web

Access to http://localhost:3000/