mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-29 18:52:22 +01:00
[bug] slots duration is not shown when looking at a new availability
This commit is contained in:
parent
36d8c76ad7
commit
8b823b3d67
@ -3,6 +3,7 @@
|
|||||||
- Fix a bug: unable to run tests suite with run-tests.sh
|
- Fix a bug: unable to run tests suite with run-tests.sh
|
||||||
- Fix a bug: unable to search for projects (#230)
|
- Fix a bug: unable to search for projects (#230)
|
||||||
- Fix a bug: wallet tab is not shown in members dashboard
|
- Fix a bug: wallet tab is not shown in members dashboard
|
||||||
|
- Fix a bug: slots duration is not shown when looking at a new availability
|
||||||
- Updated coveralls gem to a supported version
|
- Updated coveralls gem to a supported version
|
||||||
|
|
||||||
## v4.5.6 2020 September 1st
|
## v4.5.6 2020 September 1st
|
||||||
|
@ -451,7 +451,8 @@ Application.Controllers.controller('AdminCalendarController', ['$scope', '$state
|
|||||||
tag_ids: availability.tag_ids,
|
tag_ids: availability.tag_ids,
|
||||||
tags: availability.tags,
|
tags: availability.tags,
|
||||||
machine_ids: availability.machine_ids,
|
machine_ids: availability.machine_ids,
|
||||||
plan_ids: availability.plan_ids
|
plan_ids: availability.plan_ids,
|
||||||
|
slot_duration: availability.slot_duration
|
||||||
},
|
},
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user