Indicia-Team / media

Shared library of JavaScript code,
0 stars 2 forks source link

Iss 932 #42

Closed burkmarr closed 3 years ago

burkmarr commented 3 years ago

Accommodates a new simple surveyFilter] control defined in client_helpers. Ensures the filterSummary and source controls are updated on selection. Also accommodates a new @columnsSurveyId attribute on the download control which can be used to indicate that custom attributes are to be added to the download. The value of the attribute can be set to the ID of a survey or, if specified and left unassigned, a search is made for a surveyFilter control and the value set to any value specified by that. The survey ID is passed to the ES proxy server in currentRequestData['columnsSurveyId']. There will be corresponding pull requests on client_helpers (https://github.com/Indicia-Team/client_helpers/pull/116) and warehouse (https://github.com/Indicia-Team/warehouse/pull/356).