Changes between Initial Version and Version 1 of Ticket #32993


Ignore:
Timestamp:
Aug 6, 2021, 3:42:19 AM (3 years ago)
Author:
mrts
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32993 – Description

    initial v1  
    3434The problem with this is that as {{{AutocompleteJsonView.get()}}} keeps evolving, there's quite a lot of maintenance overhead required to catch up.
    3535
    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 of
     36The 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
    3737
    3838{{{#!python
Back to Top