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

(bug) admin events view defaults to the list tab

This commit is contained in:
Sylvain 2023-03-02 09:45:13 +01:00
parent 06c66d896b
commit df725c6dbf
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Changelog Fab-manager
- Fix a bug: members can't change/cancel their reservations
- Fix a bug: admin events view defaults to the list tab
## v5.7.2 2023 February 24

View File

@ -105,7 +105,7 @@ Application.Controllers.controller('AdminEventsController', ['$scope', '$state',
{ selected: '' };
// default tab: events list
$scope.tabs = { active: 0 };
$scope.tabs = { active: 1 };
/**
* Adds a bucket of events to the bottom of the page, grouped by month