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
{{ message }}
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Allow for bulk user role updates with only usernames
Resolves#1748
Allows admins to upload a user import CSV file with only the usernames
populated in order to change their roles in bulk (e.g. to ban them).
Previously this would only work if the CSV file contained all required
user attributes.
Copy file name to clipboardexpand all lines: CHANGELOG.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,14 @@
2
2
* This file will be updated whenever a new release is put into production.
3
3
* Any problems should be reported via the "report an issue" link in the footer of the application.
4
4
5
-
## Unreleased - 2018-08-03
5
+
## v6.3.4 - 2018-08-03
6
+
### Changed
7
+
* Allowed for bulk-updating of user roles with a csv import with just usernames ([#1748](https://github.com/YaleSTC/reservations/issues/1748)).
8
+
6
9
### Fixed
7
10
* Fixed broken renewals when reservations were the maximum checkout length ([#1734](https://github.com/YaleSTC/reservations/issues/1734)).
8
-
*Fix issue with the manage reservation button for approved requests ([1747](https://github.com/YaleSTC/reservations/issues/1747))
9
-
*Fix unauthorized display of procedures and equipment items ([1749](https://github.com/YaleSTC/reservations/issues/1749))
11
+
*Fixed issue with the manage reservation button for approved requests ([1747](https://github.com/YaleSTC/reservations/issues/1747))
12
+
*Fixed unauthorized display of procedures and equipment items ([1749](https://github.com/YaleSTC/reservations/issues/1749))
0 commit comments