プロジェクト

全般

プロフィール

Feature #1410

完了

search the list of templates

Dariel Rodriguez さんがほぼ8年前に追加. ほぼ8年前に更新.

ステータス:
終了(Closed)
優先度:
通常(Normal)
担当者:
対象バージョン:
開始日:
2016/05/06
期日:
進捗率:

100%

予定工数:

説明

Hello good day

I have the following problem, I have a list of templates with many records and I find cumbersome when selecting someone was thinking of creating a local search engine to the list of elements of the bandstand but present a problem I have not been able to obtain the values options selection list to compare with the text entered by the user in text field x

This feature seems very useful and would like your help to develop and thus provide it to the community.

Dariel Rodriguez さんがほぼ8年前に更新

make the following modifications to the code to create a search engine and so I worked here I'll leave

create a field to search

<Input type = "text" id = "tags" name = "search" style = "width: 200px;" > <br>

then modify the java script function within set_pulldow after this line of code
 "$ ( '# Issue_template') html (html)."

 
availableTags var = [];
      $ ( '# Issue_template option'). each (function (i) {
availableTags.push ($ (this) .text ());
});
     $ ("#tags") .autocomplete ({
       source: availableTags,
       close: function (event, ui) {
load_template (load_url, token, confirm_msg, should_replaced);
}
});

load_template modify the function at the beginning of the function

$ ( '# Issue_template option'). Each (function (i) {
         if ($ (this) .text () == $ ("#tags") .val ()) {
                 $ ( "# Issue_template") prop ("selectedIndex" i.);
                 $ ("#tags") .val ( '');
         }
        });

Akiko Takano さんがほぼ8年前に更新

  • ステータス新規(New) から 担当(Assigned) に変更

Hi, Dariel.
Thank you so much for using my tiny plugin and really appreciated that you suggested to the new feature.

Also I’m deeply sorry for delayed reply.

Now I’m going to move my repository from Bitbucket to Github, with git protocol.
You can access new repository from here:

https://github.com/akiko-pusu/redmine_issue_templates

So you can folk to modify or make pull request.
Also I’m going to try above patch, please wait for a while.

Dariel Rodriguez さんがほぼ8年前に更新

thanks for your answer

Dariel Rodriguez さんがほぼ8年前に更新

https://github.com/drdelportillo/redmine_issue_templates/tree/drdelportillo-patch-2

This is the branch with the search field got nothing else to English translation

Regards

Akiko Takano さんがほぼ8年前に更新

Hi, Dariel
Thank you so much for your suggestion and pull request!
I've confirmed it.

Now I'm refactoring this repository and planning to add the feature to filter template, of course, this is impressed with your request.
If you have a time to review, please check this Pull Request.

https://github.com/akiko-pusu/redmine_issue_templates/pull/17 (Pull Request)
https://github.com/akiko-pusu/redmine_issue_templates/tree/feature/add-filter-template-dialog (Branch)

I hope this will meet your request.

Dariel Rodriguez さんは書きました:

https://github.com/drdelportillo/redmine_issue_templates/tree/drdelportillo-patch-2

This is the branch with the search field got nothing else to English translation

Regards

Akiko Takano さんがほぼ8年前に更新

  • 対象バージョンver0.1.2 にセット

Dariel Rodriguez さんがほぼ8年前に更新

wonderful but I found a bug to fix erasing of the _list_templates class inherit_templates for each and it worked beautifully

thank you very much:)

Akiko Takano さんがほぼ8年前に更新

Daniel, thanks for your trying.
I’ve fixed that inherited templates are not included in popup. (Applied development branch)

Akiko Takano さんがほぼ8年前に更新

  • ステータス担当(Assigned) から 終了(Closed) に変更
  • 進捗率0 から 100 に変更

他の形式にエクスポート: Atom PDF