Mercurial > p > roundup > code
diff CHANGES.txt @ 5876:716d50585c8d
Fix Link/Multilink searching
.. for the case that a key property may contain numeric values.
This already was correct for menu (in an item template) but was doing
the wrong thing for index templates.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Mon, 02 Sep 2019 16:11:17 +0200 |
| parents | 16e1255b16cf |
| children | 1b57d8f3eb97 |
line wrap: on
line diff
--- a/CHANGES.txt Wed Aug 28 17:25:59 2019 +0200 +++ b/CHANGES.txt Mon Sep 02 16:11:17 2019 +0200 @@ -161,6 +161,11 @@ dictionary in some cases where a single key should have been used. Thanks to Robert Klonner for discovering the problem, debugging the root cause and providing a first proposed fix. +- Make searching with a multiselect work for Link/Multilink properties + that may contain numeric *key* values. For these a menu would render + options with IDs and later look up the IDs as *key* of the + Link/Multilink. Now numeric IDs take precedence -- like they already + do in the menu method of Link and Multilink. 2018-07-13 1.6.0
