Skip to content

Commit 48969cb

Browse files
committed
Change README #98
1 parent e2315f3 commit 48969cb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.ja.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ bundle exec rake redmine:plugins:migrate RAILS_ENV=production
5555
チケットの入力欄は、トラッカーやステータスを変えると再構成されますが、「Bottom of issue form」を指定しておくと再構成された際に再度実行されるので、入力欄に対する処理はこれを指定すると便利です。
5656
* 「Bottom of issue detail」 : チケットの詳細表示の下部。
5757
* 「Bottom of all pages」 : 全てのページの末尾(HTML body内で一番下の部分)。
58+
* 「Issues context menu」 : チケット一覧のコンテキストメニュー。
5859

5960
該当ページにコードの挿入位置に該当する箇所が無かった場合、コードは埋め込まれません。たとえば、「Path pattern」と「Project pattern」の設定が無く、全ページが対象となっても、「Insertion position」に「Bottom of issue detail」を指定していると、チケットの詳細表示画面でしかコードが実行されないことになります。
6061

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ If the project pattern was set, the code will not be inserted if the current pro
5656
Issue input fields are reconstructed when trackers or statuses are changed. If "Bottom of issue form" is specified, it will be executed again when reconstructed.
5757
* "Bottom of issue detail"
5858
* "Bottom of all pages" (Last in HTML body)
59+
* "Issues context menu"
5960

6061
If there is no part corresponding to the insertion position of the code on the page, the code is not insert.
6162
For example, even if there are no "Path pattern" and "Project pattern" settings and all pages are targeted, if "Bottom of issue detail" is specified for "Insertion position", it will be executed only on the issue detail page.

0 commit comments

Comments
 (0)