Changes between Initial Version and Version 1 of Ticket #32993
- Timestamp:
- Aug 6, 2021, 3:42:19 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32993 – Description
initial v1 34 34 The problem with this is that as {{{AutocompleteJsonView.get()}}} keeps evolving, there's quite a lot of maintenance overhead required to catch up. 35 35 36 The solutions is simple, side-effect- and risk-free: adding a result customization extension point to {{{get()}}} by moving the lines that construct the results inside {{{JsonResponse}}} to a separate method. So instead of36 The solutions is simple, side-effect- and risk-free: adding a result customization extension point to {{{get()}}} by moving the lines that construct the results inside {{{JsonResponse}}} constructor to a separate method. So instead of 37 37 38 38 {{{#!python