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:
parent
06c66d896b
commit
df725c6dbf
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user