Files
iD/modules/ui
Til Schneider cf1c5085d1 Fix geometries detection in preset_fields.js
`renderDisclosureContent` in `preset_fields.js` tries to detect the geometry types of the selected entities, but the result is always `[]`.

Reason: The handler of `_entityIDs.reduce` always returns `true`. So the result of the `reduce` call is `true` as well. `Object.keys(true)` results in `[]`.

Fix: The handler of `_entityIDs.reduce` should return the map which collects the geometry types, so `geometries` will be be something like `["line", "vertex"]`.
2020-08-11 16:09:51 +02:00
..
2020-06-17 14:29:12 -04:00
2020-07-06 15:28:25 -04:00
2020-07-06 15:28:25 -04:00
2020-03-31 13:15:03 -07:00
2020-04-02 11:12:10 -07:00
2020-07-06 15:28:25 -04:00
2020-07-06 15:28:25 -04:00
2020-07-06 15:28:25 -04:00
2020-04-02 11:12:10 -07:00
2020-07-06 15:28:25 -04:00
2020-07-06 15:28:25 -04:00
2020-06-12 14:19:13 -04:00