Vote #81096
完了Store inline autocomplete data sources in a JS variable
0%
説明
When I've implemented first the inline autocomplete feature (version:"4.1.0") I chose to store the autocomplete data source path in a data attribute (@data-issue-url@) of each textarea field that support this feature. The solution touched 9 views files (r18444).
Since then, new requests came to support inline autocomplete for other sources like macros or wiki pages (#33425, #33820) and if we keep the current solution, we need to touch again the same files and add two new attributes. On a long term, the solution doesn't seem very efficient.
My proposal is to change the current implement and store all the paths in a JS variable, attached an working version.
Any feedback on this is really appreciated.
journals
+1
The change makes views clearner.
--------------------------------------------------------------------------------
Committed the patch. Thank you.
--------------------------------------------------------------------------------
Admin Redmine さんが3年以上前に更新
- カテゴリ を Code cleanup/refactoring_30 にセット
- 対象バージョン を 4.2.0_152 にセット