1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-30 19:52:20 +01:00

(fix) members tour (help), a selector was not valid anymore

This commit is contained in:
Nicolas Florentin 2023-10-12 14:12:44 +02:00
parent 8833fe593a
commit 62a8094e68
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
- Fix a bug: fix ReservationReminderWorker, was sending reservation reminder to users with a event reservation not validated by admin + adds tests for all scenarios
- Fix a bug: admin could not create new SupportingDocumentType (problem was on js side)
- Fix a bug: fix back button on space edit page
- Fix a bug: fix members tour (help), a selector was not valid anymore
## v6.1.2 2023 October 2

View File

@ -511,7 +511,7 @@ Application.Controllers.controller('AdminMembersController', ['$scope', '$sce',
});
if ($scope.members.length > 0) {
uitour.createStep({
selector: '.members-management .members-list .buttons',
selector: '.members-management .members-list .member-actions',
stepId: 'actions',
order: 4,
title: _t('app.admin.tour.members.actions.title'),