MwanPygmay
MwanPygmay
# Description Repairing resource question filter broken by https://github.com/ReliefApplications/ems-backend/pull/889. Adding support for resources question filter. ## Useful links - [Please insert link to ticket](https://dev.azure.com/WHOHQ/EMSSAFE/_workitems/edit/90670/) ## Type of change Please delete...
# Description Add support for the editor question ## Useful links - [Please insert link to ticket](https://dev.azure.com/WHOHQ/EMSSAFE/_workitems/edit/73410) - [Please insert link to front-end branch if any](https://github.com/ReliefApplications/ems-frontend/pull/2456) ## Type of change...
# Description Do not return an error when aggregationPreview is set to true ## Useful links - [Please insert link to ticket](https://dev.azure.com/WHOHQ/EMSSAFE/_workitems/edit/85318) - [Please insert link to front-end branch if...
# Description This was a bug related to the fact that indexOfArray returns -1 if not found, and that arrayElemAt[-1] returns the last element of the list => now we...
# Description Wrote query to get fields details. Query should be optimised: the max records that we query is 5. Sort and limit should behave well and avoid sorting the...
# Description Incremental IDs are sometimes created in duplicate as they are based on the previous record. If records are deleted from the database, it creates a mess. I fixed...
# Description When changing search we would not unsubscribe from options, and resubscribe, so we would have multiple subscriptions for the same object, resulting in weird behaviours. ## Useful links...
# Description - add loading indicators when resource/reference data is loading from widgets settings - add loading indicator when tinymce is loading - add loading indicator when monaco editor loading...
# Description Added class for widgets, as well as widget settings, and subclasses for every existing widgets, as well as corresponding settings. Replaced any types with relevant types for the...
# Description Added front-end support for reference data and aggregations for reference data: in summary cards, in charts, in map layers and in grids. As in layers, origin can now...