#  20th July 2025 — [Add Bulk Edit on Event Data Management #42](https://github.com/nbarrett/ngx-ramblers/issues/42)
## [build 186](https://github.com/nbarrett/ngx-ramblers/actions/runs/16389001373)
- This requirement came about following some analysis of historic data on groups where the group name and/or code was not consistently populated across existing locally stored event data.
- A Bulk Edit facility was added  on the Event Data Management (`/walks/admin/event-data-management`) page, to allow manual reallocation.
- When the view is first visited and no events have yet been created the following alert is displayed:

![](https://ngx-ramblers.org.uk/api/aws/s3/site-content/f663b297-0d61-4168-a350-ec35099404c8.jpg)

* However, once one or more imports have taken place (or your site has undergone manual input of walks), the view will appear similar to this:

![](https://ngx-ramblers.org.uk/api/aws/s3/site-content/44344a30-ea77-4855-a74c-b65971656bd8.jpg)

## Bulk Deleting events
To be completed...

## Bulk Updating events
To be completed...

## Other changes within this release
- The import help text was refined along with how parts of the import view are rendered during the import workflow.
- Walk leader information on walks view and card were improved as there was a case when the leader was displayed twice if they had a display name but no phone number.
- Fixed the walk leader api call which needed to be migrated from the old `/api/database/walks` endpoint.