agileware-jp / redmine_issue_templates

Redmine Issue Template. Pull requests, reporting issues, stars and sponsoring are always welcome!
https://www.redmine.org/plugins/redmine_issue_templates
GNU General Public License v2.0
71 stars 33 forks source link

Update assets/issue_templates.js #107

Closed hidakatsuya closed 2 weeks ago

hidakatsuya commented 3 weeks ago

This pull request builds and updates assets/issue_templates.js.

Because the current assets/issue_templates.js does not include the changes in #103, I built assets/issue_templates.js with the following steps.

$ node -v
v18.16.0
$ npm i
$ npm run build

Then I tested the following points.

My environment is below:

Environment:
  Redmine version                5.1.3.devel
  Ruby version                   3.3.4-p94 (2024-07-09) [x86_64-linux]
  Rails version                  7.2.1.1
  Environment                    development
  Database adapter               SQLite
  Mailer queue                   ActiveJob::QueueAdapters::AsyncAdapter
  Mailer delivery                smtp
Redmine settings:
  Redmine theme                  Default
SCM:
  Subversion                     1.14.2
  Mercurial                      6.3.2
  Cvs                            1.12.13
  Bazaar                         3.3.2
  Git                            2.39.2
  Filesystem                     
Redmine plugins:
  redmine_issue_templates        1.1.2
hidakatsuya commented 3 weeks ago

Because the current assets/issue_templates.js does not include the changes in #103,

Because of the above, the following test added in #103 is currently failling in the master branch. https://github.com/agileware-jp/redmine_issue_templates/blob/648d75322c88fd6a620710cbb27b92dcd10be9c4/spec/features/issue_template_popup_spec.rb#L120

The above test passes in thie pull request.