You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#132 introduced a change to hardcode a maximum limit of 200 incidents retrieved by the UI.
For some users, changing the query and accepting the modal each time can be very tiresome.
Proposed Changes
Add boolean setting under User Profile to auto-accept incidents over MAX_INCIDENTS_LIMIT
Update validateIncidentQueryImpl to dispatch CONFIRM_INCIDENT_QUERY_REQUESTED conditional on above setting
Summary
#132 introduced a change to hardcode a maximum limit of 200 incidents retrieved by the UI.
For some users, changing the query and accepting the modal each time can be very tiresome.
Proposed Changes
User Profile
to auto-accept incidents overMAX_INCIDENTS_LIMIT
validateIncidentQueryImpl
to dispatchCONFIRM_INCIDENT_QUERY_REQUESTED
conditional on above settingpd-live-react/src/redux/query_settings/sagas.js
Line 219 in a8c2f41
The text was updated successfully, but these errors were encountered: