1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-28 09:24:24 +01:00

Merge branch 'dev' for release 6.3.30

This commit is contained in:
Du Peng 2024-07-19 17:25:54 +02:00
commit 18f6c52171
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
## Next release
## v6.3.30 2024 July 19
- Fix a bug: unable to change training reservation slot to another slot
## v6.3.29 2024 July 19
- updates chinese translations and adds translations

View File

@ -393,7 +393,7 @@ Application.Controllers.controller('ReserveTrainingController', ['$scope', '$tra
*/
const refreshCalendar = function () {
$scope.eventSources.splice(0, 1, {
url: `/api/availabilities/trainings/${$transition$.params().id}`,
url: `/api/availabilities/trainings/${$transition$.params().id}?member_id=${$scope.ctrl.member.id}`,
textColor: 'black'
});
}

View File

@ -1,6 +1,6 @@
{
"name": "fab-manager",
"version": "6.3.29",
"version": "6.3.30",
"description": "Fab-manager is the FabLab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks and your marker's projects.",
"keywords": [
"fablab",